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

Method needsReinit

Engine/source/ts/tsShapeEdit.cpp:2163–2166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2161}
2162
2163bool TSShape::needsReinit()
2164{
2165 return mVertexSize == 0 || mShapeVertexData.base == NULL || mNeedReinit;
2166}

Callers 3

_onTSShapeLoadedMethod · 0.80
onAddMethod · 0.80
onActionPerformedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected