code/__DEFINES/_flags/do_after.dm ![code/__DEFINES/_flags/do_after.dm0](git.png)
IGNORE_TARGET_IN_DOAFTERS | Can do the action even if target is not added to doafters |
---|---|
IGNORE_USER_LOC_CHANGE | Can do the action even if mob moves location |
IGNORE_TARGET_LOC_CHANGE | Can do the action even if the target moves location |
IGNORE_HELD_ITEM | Can do the action even if the item is no longer being held |
IGNORE_INCAPACITATED | Can do the action even if the mob is incapacitated (ex. handcuffed) |
Define Details
IGNORE_HELD_ITEM ![code/__DEFINES/_flags/do_after.dm 9](git.png)
Can do the action even if the item is no longer being held
IGNORE_INCAPACITATED ![code/__DEFINES/_flags/do_after.dm 11](git.png)
Can do the action even if the mob is incapacitated (ex. handcuffed)
IGNORE_TARGET_IN_DOAFTERS ![code/__DEFINES/_flags/do_after.dm 3](git.png)
Can do the action even if target is not added to doafters
IGNORE_TARGET_LOC_CHANGE ![code/__DEFINES/_flags/do_after.dm 7](git.png)
Can do the action even if the target moves location
IGNORE_USER_LOC_CHANGE ![code/__DEFINES/_flags/do_after.dm 5](git.png)
Can do the action even if mob moves location