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

Function IndicesMsgFormatGetIndex

engine/Poseidon/Network/NetworkMsg.cpp:365–371  ·  view source on GitHub ↗

Return index of field "index" in IndicesMsgFormat

Source from the content-addressed store, hash-verified

363 return new IndicesMsgFormat();
364}
365
366// Return index of field "index" in IndicesMsgFormat
367int IndicesMsgFormatGetIndex(const NetworkMessageIndices* ind)
368{
369 NET_ERROR(dynamic_cast<const IndicesMsgFormat*>(ind))
370 const IndicesMsgFormat* indices = static_cast<const IndicesMsgFormat*>(ind);
371
372 return indices->index;
373}
374

Callers 2

OnMessageMethod · 0.85
OnPlayerCreateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected