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

Method ReadFloat

PanzerChasm/save_load_streams.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void LoadStream::ReadFloat( float& f )
83{
84 Read(f);
85}
86
87void LoadStream::ReadDouble( double& f )
88{

Callers 4

MapMethod · 0.80
MonsterBaseMethod · 0.80
MonsterMethod · 0.80
PlayerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected