| 192 | } |
| 193 | |
| 194 | static Scene* GuiScriptInstance_Check(lua_State* L, int index) |
| 195 | { |
| 196 | return (Scene*)dmScript::CheckUserType(L, index, GUI_SCRIPT_INSTANCE_TYPE_HASH, "You can only access gui.* functions and values from a gui script instance (.gui_script file)"); |
| 197 | } |
| 198 | |
| 199 | static HScene GuiScriptInstance_Check(lua_State* L) |
| 200 | { |
no test coverage detected