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

Method spatial_move

ogsr_engine/xrGame/PHObject.cpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 m_check_count--;
78}
79void CPHObject::spatial_move()
80{
81 get_spatial_params();
82 ISpatial::spatial_move();
83 m_flags.set(st_dirty, TRUE);
84}
85
86void CPHObject::Collide()
87{

Callers 6

SetTransformMethod · 0.45
setQuaternionMethod · 0.45
TransformPositionMethod · 0.45
StepMethod · 0.45
StepTouchMethod · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected