Skip to content

LuaScript bindings

SDraw edited this page May 29, 2023 · 3 revisions

Methods

  • 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.

Static methods

  • bool IsLuaScript(object)

Notes