Files
Paradise/code/__DEFINES/dcs/moveloop_signals.html

1 line
5.1 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/__DEFINES/dcs/moveloop_signals.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><a href="code/__DEFINES/dcs/moveloop_signals.html#define">Define Details</a></header><main><h1>code/__DEFINES/dcs/moveloop_signals.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/__DEFINES/dcs/moveloop_signals.dm"><img src="git.png" width="16" height="16" title="code/__DEFINES/dcs/moveloop_signals.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/__DEFINES/dcs/moveloop_signals.html#define/COMSIG_MOVELOOP_START">COMSIG_MOVELOOP_START</a></th><td>from <a href="datum/move_loop.html" title="/datum/move_loop">/datum/move_loop/start_loop</a> ():</td></tr><tr><th><a href="code/__DEFINES/dcs/moveloop_signals.html#define/COMSIG_MOVELOOP_STOP">COMSIG_MOVELOOP_STOP</a></th><td>from <a href="datum/move_loop.html" title="/datum/move_loop">/datum/move_loop/stop_loop</a> ():</td></tr><tr><th><a href="code/__DEFINES/dcs/moveloop_signals.html#define/COMSIG_MOVELOOP_PREPROCESS_CHECK">COMSIG_MOVELOOP_PREPROCESS_CHECK</a></th><td>from [/datum/move_loop/process] ():</td></tr><tr><th><a href="code/__DEFINES/dcs/moveloop_signals.html#define/COMSIG_MOVELOOP_POSTPROCESS">COMSIG_MOVELOOP_POSTPROCESS</a></th><td>from [/datum/move_loop/process] (succeeded, visual_delay):</td></tr><tr><th><a href="code/__DEFINES/dcs/moveloop_signals.html#define/COMSIG_MOVABLE_MOVED_FROM_LOOP">COMSIG_MOVABLE_MOVED_FROM_LOOP</a></th><td>From base of /datum/move_loop/process() after attempting to move a movable: (datum/move_loop/loop, old_dir)</td></tr><tr><th><a href="code/__DEFINES/dcs/moveloop_signals.html#define/COMSIG_MOVELOOP_JPS_FINISHED_PATHING">COMSIG_MOVELOOP_JPS_FINISHED_PATHING</a></th><td>from <a href="datum/move_loop/has_target/jps.html#proc/on_finish_pathing" title="/datum/move_loop/has_target/jps">/datum/move_loop/has_target/jps/on_finish_pathing</a></td></tr></table><h2 id="define">Define Details</h2><h3 id="define/COMSIG_MOVABLE_MOVED_FROM_LOOP"><aside class="declaration">#define </aside>COMSIG_MOVABLE_MOVED_FROM_LOOP <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/__DEFINES/dcs/moveloop_signals.dm#L15"><img src="git.png" width="16" height="16" title="code/__DEFINES/dcs/moveloop_signals.dm 15"></a></h3><p>From base of /datum/move_loop/process() after attempting to move a movable: (datum/move_loop/loop, old_dir)</p><h3 id="define/COMSIG_MOVELOOP_JPS_FINISHED_PATHING"><aside class="declaration">#define </aside>COMSIG_MOVELOOP_JPS_FINISHED_PATHING <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/__DEFINES/dcs/moveloop_signals.dm#L17"><img src="git.png" width="16" height="16" title="code/__DEFINES/dcs/moveloop_signals.dm 17"></a></h3><p>from <a href="datum/move_loop/has_target/jps.html#proc/on_finish_pathing" title="/datum/move_loop/has_target/jps">/datum/move_loop/has_target/jps/on_finish_pathing</a></p><h3 id="define/COMSIG_MOVELOOP_POSTPROCESS"><aside class="declaration">#define </aside>COMSIG_MOVELOOP_POSTPROCESS <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/__DEFINES/dcs/moveloop_signals.dm#L9"><img src="git.png" width="16" height="16" title="code/__DEFINES/dcs/moveloop_signals.dm 9"></a></h3><p>from [/datum/move_loop/process] (succeeded, visual_delay):</p><h3 id="define/COMSIG_MOVELOOP_PREPROCESS_CHECK"><aside class="declaration">#define </aside>COMSIG_MOVELOOP_PREPROCESS_CHECK <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/__DEFINES/dcs/moveloop_signals.dm#L6"><img src="git.png" width="16" height="16" title="code/__DEFINES/dcs/moveloop_signals.dm 6"></a></h3><p>from [/datum/move_loop/process] ():</p><h3 id="define/COMSIG_MOVELOOP_START"><aside class="declaration">#define </aside>COMSIG_MOVELOOP_START <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/__DEFINES/dcs/moveloop_signals.dm#L2"><img src="git.png" width="16" height="16" title="code/__DEFINES/dcs/moveloop_signals.dm 2"></a></h3><p>from <a href="datum/move_loop.html" title="/datum/move_loop">/datum/move_loop/start_loop</a> ():</p><h3 id="define/COMSIG_MOVELOOP_STOP"><aside class="declaration">#define </aside>COMSIG_MOVELOOP_STOP <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/__DEFINES/dcs/moveloop_signals.dm#L4"><img src="git.png" width="16" height="16" title="code/__DEFINES/dcs/moveloop_signals.dm 4"></a></h3><p>from <a href="datum/move_loop.html" title="/datum/move_loop">/datum/move_loop/stop_loop</a> ():</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>