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

Function M_StartDelay

Source/monster.cpp:1256–1266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1254}
1255
1256void M_StartDelay(int i, int len)
1257{
1258 if (len <= 0) {
1259 return;
1260 }
1261
1262 if (monster[i]._mAi != AI_LAZURUS) {
1263 monster[i]._mVar2 = len;
1264 monster[i]._mmode = MM_DELAY;
1265 }
1266}
1267
1268void M_StartSpStand(int i, int md)
1269{

Callers 10

MAI_SkelSdFunction · 0.85
MAI_SnakeFunction · 0.85
MAI_FiremanFunction · 0.85
MAI_RoundFunction · 0.85
MAI_RangedFunction · 0.85
MAI_RoundRangedFunction · 0.85
MAI_RR2Function · 0.85
MAI_SkelKingFunction · 0.85
MAI_RhinoFunction · 0.85
MAI_CounselorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected