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