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

Method AllocType

neo/d3xp/script/Script_Program.cpp:1129–1136  ·  view source on GitHub ↗

============ idProgram::AllocType ============ */

Source from the content-addressed store, hash-verified

1127============
1128*/
1129idTypeDef *idProgram::AllocType( idTypeDef &type ) {
1130 idTypeDef *newtype;
1131
1132 newtype = new idTypeDef( type );
1133 types.Append( newtype );
1134
1135 return newtype;
1136}
1137
1138/*
1139============

Callers 2

ParseObjectDefMethod · 0.45
ParseEventDefMethod · 0.45

Calls 1

AppendMethod · 0.45

Tested by

no test coverage detected