MCPcopy Create free account
hub / github.com/ZDoom/Raze / ChangeLevel

Function ChangeLevel

source/core/cheats.cpp:252–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250//---------------------------------------------------------------------------
251
252void ChangeLevel(MapRecord* map, int skill, bool bossexit)
253{
254 Net_WriteByte(DEM_CHANGEMAP);
255 Net_WriteByte(skill);
256 Net_WriteByte(bossexit);
257 Net_WriteString(map? map->labelName.GetChars() : "");
258}
259
260//---------------------------------------------------------------------------
261//

Callers 8

parseMethod · 0.85
cheatSkillFunction · 0.85
OperateSpriteFunction · 0.85
OperateTripTriggerFunction · 0.85
ActorHealthFunction · 0.85
MultiPlayLimitsFunction · 0.85
domovethingsFunction · 0.85
CCMDFunction · 0.85

Calls 3

Net_WriteByteFunction · 0.85
Net_WriteStringFunction · 0.85
GetCharsMethod · 0.45

Tested by

no test coverage detected