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

Method GetSyncItem

ogsr_engine/xrGame/PHMovementControl.cpp:1043–1049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1041 trying_poses[4].set(vPosition);
1042}
1043CPHSynchronize* CPHMovementControl::GetSyncItem()
1044{
1045 if (m_character)
1046 return smart_cast<CPHSynchronize*>(m_character);
1047 else
1048 return 0;
1049}
1050void CPHMovementControl::Freeze()
1051{
1052 if (m_character)

Callers 1

PHGetSyncItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected