MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / MarkerCreate

Method MarkerCreate

engine/Poseidon/Network/NetworkMisc.cpp:2038–2044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2036 }
2037}
2038
2039void NetworkManager::AskForChangePosition(Person* soldier, Transport* vehicle, UIActionType type)
2040{
2041 if (_client)
2042 {
2043 _client->AskForChangePosition(soldier, vehicle, type);
2044 }
2045}
2046
2047void NetworkManager::AskForAimWeapon(EntityAI* vehicle, int weapon, Vector3Par dir)

Callers 1

SendMarkerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected