/tg/ Station 13 - Modules - TypesProc Details

can_hide

This element serves to allow movables to hide when they receive the COMSIG_MOVABLE_TOGGLE_HIDING signal. Does NOT do any form of checking, it's on the caller to check if they should be calling this or not.

Procs

on_toggle_hidingHandles toggling whatever needs to be toggled on the target in when they hide or come back from hiding. Does NOT check if they were already in the same state, so check that yourself.

Proc Details

on_toggle_hiding

Handles toggling whatever needs to be toggled on the target in when they hide or come back from hiding. Does NOT check if they were already in the same state, so check that yourself.