MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / addObject

Method addObject

Engine/source/console/simSet.h:471–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469};
470
471inline void SimGroup::addObject(SimObject* obj, SimObjectId id)
472{
473 obj->mId = id;
474 dSprintf( obj->mIdString, sizeof( obj->mIdString ), "%u", obj->mId );
475 addObject( obj );
476}
477
478inline void SimGroup::addObject(SimObject *obj, const char *name)
479{

Callers 7

cloneMethod · 0.45
addToSetMethod · 0.45
setProtectedParentMethod · 0.45
execMethod · 0.45
onAddMethod · 0.45
initFunction · 0.45

Calls 2

dSprintfFunction · 0.85
assignNameMethod · 0.80

Tested by

no test coverage detected