-
Notifications
You must be signed in to change notification settings - Fork 1
LuaScript bindings
SDraw edited this page May 29, 2023
·
3 revisions
-
table SendMessage(var args)
: sends message to script; recipient script should implementOnMessage
function to recieve messages and return values that will be placed into result table; possible arguments types: boolean, float/double, integer, string, nil, object (only from implemented bindings), other types are replaced with nil.
bool IsLuaScript(object)
- Inherit properties and methods from MonoBehaviour.