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

Method end

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

Non-const begin

Source from the content-addressed store, hash-verified

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
157 auto cbegin() const { return _statics.cbegin(); } // Explicit const begin

Callers 15

InitializeSpotCamFunction · 0.45
GetCameraTransformFunction · 0.45
GetNeighborRoomNumbersFunction · 0.45
LOSFunction · 0.45
TestVolumesFunction · 0.45
DisableEntityAIFunction · 0.45
GetWeaponAnimDataFunction · 0.45
SpawnWeatherParticlesMethod · 0.45
SpawnMeteorParticlesMethod · 0.45
UpdateHelicalLasersFunction · 0.45
UpdateElectricityArcsFunction · 0.45

Calls 1

cendMethod · 0.45

Tested by 2

TestVolumesFunction · 0.36
TestMethod · 0.36