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

Method setObjectAnimation

Engine/source/T3D/guiObjectView.cpp:322–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320//------------------------------------------------------------------------------
321
322void GuiObjectView::setObjectAnimation( S32 index )
323{
324 mAnimationSeq = index;
325 mAnimationSeqName = String();
326
327 if( mModel )
328 _initAnimation();
329}
330
331//------------------------------------------------------------------------------
332

Callers 1

guiObjectView.cppFile · 0.80

Calls 1

StringClass · 0.50

Tested by

no test coverage detected