No categories assigned

LUA:CheckLOSByCoordinates

Revision as of 13:11, 14 June 2022 by Cynnar (talk | contribs) (Created page with "{{LUAFunction |Name = CheckLOSByCoordinates |Description = Check LOS by coordinates |Param1 = Spawn |Param1Desc = is the spawn |Param2 = float |Param2Desc = is the X |Param3 =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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