defGlobal method

LuaObject defGlobal(
  1. LuaObject value
)

Forward to StdRuntime.defGlobal.

Implementation

LuaObject defGlobal(LuaObject value) => impl.defGlobal(value);