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

Method setObject

Engine/source/T3D/physics/physicsUserData.h:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69 ///
70 void setObject( SceneObject *object ) { mObject = object; }
71 SceneObject* getObject() const { return mObject; }
72
73 void setBody( PhysicsBody *body ) { mBody = body; }

Callers 14

buildPolyListMethod · 0.45
getPolyListMethod · 0.45
buildPolyListMethod · 0.45
_exportMethod · 0.45
buildPolyListMethod · 0.45
getPolyListMethod · 0.45
buildPolyListMethod · 0.45
buildPolyListMethod · 0.45
buildPolyListMethod · 0.45
testObjectMethod · 0.45
initMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected