NDGIH

From Legends of Aria Admin and Modding Wiki
Revision as of 18:21, 23 November 2019 by Gizmo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

[Main] [Lua Examples]

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Global Functions & Examples

HasLineOfSightToLoc()Params
location - original position
location - destination position
height - optional height of line. Ignore all collision that is lower then this number
Returns
bool - true if worked, false if not

Does LOS exist from origin to destination at specified height.

Example

 CODE EXAMPLE BLOCK

HasView()
Params
eventid - event identifier to look for

Does this object have a view with the specified event identifier.

Example

 CODE EXAMPLE BLOCK