Files
Paradise/datum/attack_info.html

2 lines
2.8 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/attack_info - 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/attack_info.html#var">Var Details</a></header><main><h1>attack_info <aside>/<a href="datum.html">datum</a>/<a href="datum/attack_info.html">attack_info</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__HELPERS/atom_helpers.dm#L14"><img src="git.png" width="16" height="16" title="code/__HELPERS/atom_helpers.dm 14"></a></h1><p>A datum storing information about attacks an atom has received.
Only contains attacker name/ckey right now but could be expanded.</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/attack_info.html#var/last_attacker_ckey">last_attacker_ckey</a></th><td>Ckey of the player who performed the last attack.</td></tr><tr><th><a href="datum/attack_info.html#var/last_attacker_name">last_attacker_name</a></th><td>Name of the mob who performed the last attack.</td></tr><tr><th><a href="datum/attack_info.html#var/last_attacker_weapon">last_attacker_weapon</a></th><td>Name and type of the weapon that the last attack was performed with.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/last_attacker_ckey"><aside class="declaration">var </aside>last_attacker_ckey <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__HELPERS/atom_helpers.dm#L18"><img src="git.png" width="16" height="16" title="code/__HELPERS/atom_helpers.dm 18"></a></h3><p>Ckey of the player who performed the last attack.</p><h3 id="var/last_attacker_name"><aside class="declaration">var </aside>last_attacker_name <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__HELPERS/atom_helpers.dm#L16"><img src="git.png" width="16" height="16" title="code/__HELPERS/atom_helpers.dm 16"></a></h3><p>Name of the mob who performed the last attack.</p><h3 id="var/last_attacker_weapon"><aside class="declaration">var </aside>last_attacker_weapon <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__HELPERS/atom_helpers.dm#L20"><img src="git.png" width="16" height="16" title="code/__HELPERS/atom_helpers.dm 20"></a></h3><p>Name and type of the weapon that the last attack was performed with.</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>