static */
| 353 | } |
| 354 | |
| 355 | /* static */ SQInteger ScriptObject::Constructor(HSQUIRRELVM) |
| 356 | { |
| 357 | throw Script_FatalError("This class is not instantiatable"); |
| 358 | } |
| 359 | |
| 360 | /* static */ SQInteger ScriptObject::_cloned(HSQUIRRELVM vm) |
| 361 | { |
nothing calls this directly
no test coverage detected