MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / ActorMovable

Method ActorMovable

ogsr_engine/xrGame/PHCharacter.h:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 return !!dBodyIsEnabled(m_body);
102 }
103 bool ActorMovable() { return b_actor_movable; }
104 void SetActorMovable(bool v) { b_actor_movable = v; }
105 virtual const ICollisionDamageInfo* CollisionDamageInfo() const = 0;
106 virtual ICollisionDamageInfo* CollisionDamageInfo() = 0;

Callers 1

InitContactMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected