module Lua::StackMixin::Util
Direct including types
Defined in:
lua/stack/util.crInstance Method Summary
-
#get_global(name : String)
gets a value of the global with the name
-
#getinfo(what)
Gets information about a specific function or function invocation.
-
#set_global(name : String, value)
assign a value to a lua global variable with the name to value
-
#version
Returns the lua version number stored in the Lua core.
Instance Method Detail
def set_global(name : String, value)
#
assign a value to a lua global variable with the name to value