Clone
1
Script Object Communication
Phillip Stephens edited this page 2021-05-01 16:41:43 -07:00

Script Object Communication

Script objects are able to send message to each other based on a State/Message model and execute various predefined behaviors depending how objects are "linked" to each other in the script layers. Objects can even communicate with objects on different layers, though this is generally unused in practice.

TODO

More technical breakdown