Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ M_GetDir
Function
M_GetDir
Source/monster.cpp:1197–1200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1195
}
1196
1197
int M_GetDir(int i)
1198
{
1199
return GetDirection(monster[i]._mx, monster[i]._my, monster[i]._menemyx, monster[i]._menemyy);
1200
}
1201
1202
void M_CheckEFlag(int i)
1203
{
Callers
15
M_StartAttack
Function · 0.85
M_StartRAttack
Function · 0.85
M_StartRSpAttack
Function · 0.85
M_StartSpAttack
Function · 0.85
M_StartHit
Function · 0.85
MonstStartKill
Function · 0.85
M_Teleport
Function · 0.85
M_DoDelay
Function · 0.85
MAI_Zombie
Function · 0.85
MAI_SkelBow
Function · 0.85
MAI_Fat
Function · 0.85
MAI_Sneak
Function · 0.85
Calls
1
GetDirection
Function · 0.85
Tested by
no test coverage detected