From Legends of Aria Admin and Modding Wiki
[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
HasView() Params eventid - event identifier to look for |
Does this object have a view with the specified event identifier.
|
Example