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

Method GenHeader

ogsr_engine/xrGame/Hit.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58bool SHit::is_valide() const { return hit_type != ALife::eHitTypeMax; }
59
60void SHit::GenHeader(u16 PacketType, u16 ID)
61{
62 DestID = ID;
63 PACKET_TYPE = PacketType;
64 Time = Level().timeServer();
65};
66
67void SHit::Read_Packet(NET_Packet Packet)
68{

Callers 15

executeMethod · 0.80
HitMethod · 0.80
GraviStrikeMethod · 0.80
g_PhysicsMethod · 0.80
HitMethod · 0.80
DynamicObjectHitMethod · 0.80
ProcessDamageMethod · 0.80
CreateHitMethod · 0.80
update_scheduleMethod · 0.80
HitEntityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected