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

Method getMessageTime

engine/Poseidon/Network/Legacy/NetChannel.cpp:1823–1831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1821}
1822
1823unsigned64 NetChannelBasic::getMessageTime(MsgSerial ser)
1824{
1825 RefD<NetMessage> msg;
1826 if (!revisited.get(ser, msg))
1827 {
1828 return 0;
1829 }
1830 return msg->getTime();
1831}
1832
1833void NetChannelBasic::setOutputData(NetMessage* msg)
1834// should be called inside the enter() (because of ack[])

Callers 2

enumReceiveFunction · 0.80

Calls 2

getMethod · 0.45
getTimeMethod · 0.45

Tested by

no test coverage detected