mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
5 lines
3.0 KiB
HTML
5 lines
3.0 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/controller/subsystem/processing/ai_behaviors - 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> — <a href="datum/controller/subsystem/processing/ai_behaviors.html#var">Var Details</a></header><main><h1>ai_behaviors <aside>/<a href="datum.html">datum</a>/<a href="datum/controller.html">controller</a>/<a href="datum/controller/subsystem.html">subsystem</a>/<a href="datum/controller/subsystem/processing/ai_behaviors.html">processing/ai_behaviors</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/controllers/subsystem/processing/SSai_behaviors.dm#L3"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/processing/SSai_behaviors.dm 3"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/controller/subsystem/processing/ai_behaviors.html#var/ai_behaviors">ai_behaviors</a></th><td>List of all ai_behavior singletons, key is the typepath while assigned
|
||
value is a newly created instance of the typepath. See setup_ai_behaviors().</td></tr><tr><th><a href="datum/controller/subsystem/processing/ai_behaviors.html#var/targeting_strategies">targeting_strategies</a></th><td>List of all targeting_strategy singletons, key is the typepath while assigned
|
||
value is a newly created instance of the typepath. See setup_targeting_strats().</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/ai_behaviors"><aside class="declaration">var </aside>ai_behaviors <aside>– /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/controllers/subsystem/processing/SSai_behaviors.dm#L12"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/processing/SSai_behaviors.dm 12"></a></h3><p>List of all ai_behavior singletons, key is the typepath while assigned
|
||
value is a newly created instance of the typepath. See setup_ai_behaviors().</p><h3 id="var/targeting_strategies"><aside class="declaration">var </aside>targeting_strategies <aside>– /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/controllers/subsystem/processing/SSai_behaviors.dm#L15"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/processing/SSai_behaviors.dm 15"></a></h3><p>List of all targeting_strategy singletons, key is the typepath while assigned
|
||
value is a newly created instance of the typepath. See setup_targeting_strats().</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/edee60476d21ee840643bd1abe7f6003a8c65773">edee604</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html> |