Essentials Series/Simple Objects: Difference between revisions

→‎Events: noticed a typo
(→‎Events: noticed a typo)
 
Line 13:
Those events work the same way on any [[Asset#Entity Assets|Entity Asset]].
* '''Visible''': send this to an invisible entity to make it visible. This does not change the state of collision.
* '''InvsibleInvisible''': send this to a visible entity to make it invisible. This does not change the state of collision.
* '''CollisionOn''': send this to an unsolid entity to make it solid. This does not change the state of visibility.
* '''CollisionOff''': send this to a solid entity to make it unsolid. This does not change the state of visibility.
398

edits