MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / ReadInt32

Method ReadInt32

PanzerChasm/save_load_streams.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void LoadStream::ReadInt32 ( int32_t & i )
73{
74 Read(i);
75}
76
77void LoadStream::ReadUInt32( uint32_t& i )
78{

Callers 3

MapMethod · 0.80
MonsterBaseMethod · 0.80
PlayerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected