You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2025. It is now read-only.
table SendMessage(var args): sends message to script; recipient script should implement OnMessage 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.