mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Deploy to GitHub pages
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/datums/components/pet_commands/obeys_commands.dm - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/datums/components/pet_commands/obeys_commands.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/datums/components/pet_commands/obeys_commands.dm"><img src="git.png" width="16" height="16" title="code/datums/components/pet_commands/obeys_commands.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/component/obeys_commands.html">/datum/component/obeys_commands</a></th><td>Manages a list of pet command datums, allowing you to boss it around
|
||||
Creates a radial menu of pet commands when this creature is alt-clicked, if it has any</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
|
||||
@@ -0,0 +1,2 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/datums/components/pet_commands/pet_command.dm - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/datums/components/pet_commands/pet_command.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/datums/components/pet_commands/pet_command.dm"><img src="git.png" width="16" height="16" title="code/datums/components/pet_commands/pet_command.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/pet_command.html">/datum/pet_command</a></th><td>Set some AI blackboard commands in response to receiving instructions
|
||||
This is abstract and should be extended for actual behaviour</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
|
||||
@@ -0,0 +1,4 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/datums/components/pet_commands/pet_command_planning.dm - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/datums/components/pet_commands/pet_command_planning.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/datums/components/pet_commands/pet_command_planning.dm"><img src="git.png" width="16" height="16" title="code/datums/components/pet_commands/pet_command_planning.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/ai_planning_subtree.html">ai_planning_subtree</a>/pet_planning</th><td>Perform behaviour based on what pet commands you have received. This is delegated to the pet command datum.
|
||||
When a command is set, we blackboard a key to our currently active command.
|
||||
The blackboard also has a weak reference to every command datum available to us.
|
||||
We use the key to figure out which datum to run, then ask it to figure out how to execute its action.</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/datums/components/pet_commands/pet_commands_basic.dm - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/datums/components/pet_commands/pet_commands_basic.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/datums/components/pet_commands/pet_commands_basic.dm"><img src="git.png" width="16" height="16" title="code/datums/components/pet_commands/pet_commands_basic.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/pet_command.html">pet_command</a>/idle</th><td>Tells a pet to resume its idle behaviour, usually staying put where you leave it</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/pet_command.html">pet_command</a>/free</th><td>Tells a pet to exit command mode and resume its normal behaviour, which includes regular target-seeking and what have you</td></tr><tr><th><a href="datum/pet_command/follow.html">/datum/pet_command/follow</a></th><td>Tells a pet to follow you until you tell it to do something else</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/pet_command.html">pet_command</a>/<a href="datum/pet_command/follow.html">follow</a>/start_active</th><td>Like follow but start active</td></tr><tr><th><a href="datum/pet_command/untargeted_ability.html">/datum/pet_command/untargeted_ability</a></th><td>Use an an ability that does not require any targets</td></tr><tr><th><a href="datum/pet_command/attack.html">/datum/pet_command/attack</a></th><td>Tells a pet to chase and bite the next thing you point at</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/datums/components/pet_commands/pet_follow_friend.dm - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/datums/components/pet_commands/pet_follow_friend.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/datums/components/pet_commands/pet_follow_friend.dm"><img src="git.png" width="16" height="16" title="code/datums/components/pet_commands/pet_follow_friend.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/ai_behavior.html">ai_behavior</a>/pet_follow_friend</th><td>Just keep following the target until the command is interrupted</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
|
||||
Reference in New Issue
Block a user