MCPcopy Create free account
hub / github.com/defold/defold / GetLuaState

Function GetLuaState

engine/gameobject/src/gameobject/gameobject_script.cpp:1490–1492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1488 }
1489
1490 static lua_State* GetLuaState(ScriptInstance* instance) {
1491 return instance->m_Script->m_LuaState;
1492 }
1493
1494 void LuaCurveRelease(dmEasing::Curve* curve)
1495 {

Callers 2

InitializeScriptFunction · 0.70
DeleteScriptInstanceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected