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

Method isOutBorder

ogsr_engine/xrGame/PHMovementControl.h:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 ai
96 };
97 bool isOutBorder() { return in_dead_area_count > 0; }
98 void setOutBorder() { in_dead_area_count = 1; }
99
100private:

Callers 1

g_PhysicsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected