MCPcopy Index your code
hub / github.com/Cyinx/einx / GetGlobal

Method GetGlobal

lua/lua_state.go:191–193  ·  view source on GitHub ↗
(f string)

Source from the content-addressed store, hash-verified

189}
190
191func (this *LuaRuntime) GetGlobal(f string) LValue {
192 return this.lua.GetGlobal(f)
193}
194
195func (this *LuaRuntime) RegisterFunction(s string, f func(*lua.LState) int) {
196 l := this.lua

Callers 2

PCallMethod · 0.80
PCall2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected