UNTOUCHABLE

Makes the entity 'invisible' for the mouse, and thus allows mouse events on objects behind this entity.

Type:

flag (flags2)

Example:

my.UNTOUCHABLE = ON; // now entities behind this one can be clicked at
my.flags2 |= UNTOUCHABLE; 

See also:

event_touch, event_release, event_click, event_rightclick