grab
Procs | |
use_sanity_check | Validates that assailant can still perform an action with affecting and target . Performs some grab-specific
checks, then passes through to assailant.use_sanity_check() with both src and affecting . |
---|
Proc Details
use_sanity_check
Validates that assailant
can still perform an action with affecting
and target
. Performs some grab-specific
checks, then passes through to assailant.use_sanity_check()
with both src
and affecting
.
Parameters:
target
- The atom being interacted with.flags
(Bitflag, any ofSANITY_CHECK_*
, defaultSANITY_CHECK_DEFAULT
) - Bitflags of additional settings. Seecode\__defines\misc.dm
.
Returns boolean.