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

Method getDamageState

Engine/source/T3D/shapeBase.h:1269–1269  ·  view source on GitHub ↗

Returns the current damage state.

Source from the content-addressed store, hash-verified

1267
1268 /// Returns the current damage state.
1269 DamageState getDamageState() { return mDamageState; }
1270
1271 /// Returns true if the object is destroyed.
1272 bool isDestroyed() { return mDamageState == Destroyed; }

Callers 6

shapeBase.cppFile · 0.45
checkInLosMethod · 0.45
checkInFoVMethod · 0.45
getTargetDistanceMethod · 0.45
_scanCallbackFunction · 0.45
_trackTargetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected