MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / onAdd

Method onAdd

Engine/source/T3D/vehicles/hoverVehicle.cpp:282–288  ·  view source on GitHub ↗

--------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

280
281//--------------------------------------------------------------------------
282bool HoverVehicleData::onAdd()
283{
284 if(!Parent::onAdd())
285 return false;
286
287 return true;
288}
289
290
291bool HoverVehicleData::preload(bool server, String &errorStr)

Callers

nothing calls this directly

Calls 9

warnfFunction · 0.50
onNewDataBlockMethod · 0.45
registerObjectMethod · 0.45
getNameMethod · 0.45
getShapeMethod · 0.45
findSequenceMethod · 0.45
addThreadMethod · 0.45
setSequenceMethod · 0.45
setTimeScaleMethod · 0.45

Tested by

no test coverage detected