No categories assigned
LUA:CheckLOSByCoordinates
- Last edited 3 years ago by Vlash Nytefall
LUA:AllFunctions - CheckLOSByCoordinates
Return to: LUA:AllFunctions | Tutorials | Portal | Forum | Project Manager | Bug Tracker
Check LOS by coordinates
Syntax
CheckLOSByCoordinates(param1, param2, param3, param4)
Parameters
- Required - param1 (Spawn), param2 (float), param3 (float), param4 (float)
- param1 is the spawn
- param2 is the X
- param3 is the Y
- param4 is the Z
Example
function hailed(NPC, Player) CheckLOSByCoordinates(NPC, 25, 25, 25) end
Check Line of Site for npc at 25, 25, 25 Returns 1 if in view
Notes
Can be used on a player or a NPC
https://git.eq2emu.com/devn00b/EQ2EMu/commit/ded66a36bf636409c058af649881d3d699b49511