MCPcopy Create free account
hub / github.com/CelestiaProject/Celestia / GetScriptedObjectContext

Function GetScriptedObjectContext

src/celengine/scriptobject.cpp:38–42  ·  view source on GitHub ↗

! Get the global script context for ScriptedOrbits. */

Source from the content-addressed store, hash-verified

36/*! Get the global script context for ScriptedOrbits.
37 */
38lua_State*
39GetScriptedObjectContext()
40{
41 return scriptObjectLuaState;
42}
43
44
45/*! Generate a unique name for this script orbit object so that

Callers 2

initializeMethod · 0.85
initializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected