MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / begin

Method begin

TombEngine/Game/Setup.h:153–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 // Iterators
152
153 auto begin() { return _statics.begin(); } // Non-const begin
154 auto end() { return _statics.end(); } // Non-const end
155 auto begin() const { return _statics.cbegin(); } // Const begin
156 auto end() const { return _statics.cend(); } // Const end

Callers 15

GetNeighborRoomNumbersFunction · 0.45
LOSFunction · 0.45
TestVolumesFunction · 0.45
DisableEntityAIFunction · 0.45
SpawnWeatherParticlesMethod · 0.45
SpawnMeteorParticlesMethod · 0.45
UpdateHelicalLasersFunction · 0.45
UpdateElectricityArcsFunction · 0.45
Streamer.cppFile · 0.45
ClearInactivePoolsMethod · 0.45

Calls 1

cbeginMethod · 0.45

Tested by 1

TestVolumesFunction · 0.36