mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
2 lines
2.1 KiB
HTML
2 lines
2.1 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/datums/components/boomerang.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/datums/components/boomerang.html#define">Define Details</a></header><main><h1>code/datums/components/boomerang.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/datums/components/boomerang.dm"><img src="git.png" width="16" height="16" title="code/datums/components/boomerang.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/datums/components/boomerang.html#define/BOOMERANG_REBOUND_INTERVAL">BOOMERANG_REBOUND_INTERVAL</a></th><td>The cooldown period between last_boomerang_throw and it's methods of implementing a rebound proc.</td></tr><tr><th><a href="datum/component/boomerang.html">/datum/component/boomerang</a></th><td>If an object is given the boomerang component, it should be thrown back to the thrower after either hitting it's target, or landing on the thrown tile.
|
|
Thrown objects should be thrown back to the original thrower with this component, a number of tiles defined by boomerang_throw_range.</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/BOOMERANG_REBOUND_INTERVAL"><aside class="declaration">#define </aside>BOOMERANG_REBOUND_INTERVAL <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/datums/components/boomerang.dm#L2"><img src="git.png" width="16" height="16" title="code/datums/components/boomerang.dm 2"></a></h3><p>The cooldown period between last_boomerang_throw and it's methods of implementing a rebound proc.</p></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> |