Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ M_Ranged
Function
M_Ranged
Source/monster.cpp:1100–1104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1098
}
1099
1100
BOOL M_Ranged(int i)
1101
{
1102
char ai = monster[i]._mAi;
1103
return ai == AI_SKELBOW || ai == AI_GOATBOW || ai == AI_SUCC || ai == AI_LAZHELP;
1104
}
1105
1106
BOOL M_Talker(int i)
1107
{
Callers
1
M_Enemy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected