MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / SetObject

Method SetObject

neo/game/script/Script_Program.cpp:653–658  ·  view source on GitHub ↗

============ idVarDef::SetObject ============ */

Source from the content-addressed store, hash-verified

651============
652*/
653void idVarDef::SetObject( idScriptObject *object ) {
654 assert( typeDef );
655 initialized = initialized;
656 assert( typeDef->Inherits( &type_object ) );
657 *value.objectPtrPtr = object;
658}
659
660/*
661============

Callers 1

ParseVariableDefMethod · 0.45

Calls 1

InheritsMethod · 0.45

Tested by

no test coverage detected