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

Method onAdd

Engine/source/T3D/fx/ribbon.cpp:110–116  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

108
109//--------------------------------------------------------------------------
110bool RibbonData::onAdd()
111{
112 if(!Parent::onAdd())
113 return false;
114
115 return true;
116}
117
118
119bool RibbonData::preload(bool server, String &errorBuffer)

Callers

nothing calls this directly

Calls 12

setZReadWriteMethod · 0.80
setBlendMethod · 0.80
findObjectFunction · 0.50
dStrlenFunction · 0.50
warnfFunction · 0.50
addObjectMethod · 0.45
getPixelShaderVersionMethod · 0.45
createMatInstanceMethod · 0.45
addStateBlockDescMethod · 0.45
initMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected