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

Method SetObjectRadius

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

Source from the content-addressed store, hash-verified

82 void SetNewRestrictionType(ERestrictionType rt) { m_new_restriction_type = rt; }
83 void SetRestrictionType(ERestrictionType rt) { m_new_restriction_type = m_restriction_type = rt; }
84 void SetObjectRadius(float R) { m_current_object_radius = R; }
85 float ObjectRadius() { return m_current_object_radius; }
86 virtual void ChooseRestrictionType(ERestrictionType my_type, float my_depth, CPHCharacter* ch) {}
87 virtual bool UpdateRestrictionType(CPHCharacter* ach) = 0;

Callers 1

UpdateObjectBoxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected