MCPcopy Create free account
hub / github.com/diasurgical/devilution / ClearMVars

Function ClearMVars

Source/monster.cpp:367–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367void ClearMVars(int i)
368{
369 monster[i]._mVar1 = 0;
370 monster[i]._mVar2 = 0;
371 monster[i]._mVar3 = 0;
372 monster[i]._mVar4 = 0;
373 monster[i]._mVar5 = 0;
374 monster[i]._mVar6 = 0;
375 monster[i]._mVar7 = 0;
376 monster[i]._mVar8 = 0;
377}
378
379void InitMonster(int i, int rd, int mtype, int x, int y)
380{

Callers 2

ClrAllMonstersFunction · 0.85
M_StartStandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected