SenseManager

Documents the SenseManager class and its functions.

triangle-exclamation

Invoking SenseManager

To invoke the sense manager, use the following Global function:

sm = Game.SenseManager()

Sub-functions

IsObjectVisible

IsObjectVisible(source : EntityID, target : EntityID) : Bool;

IsPositionVisible

IsPositionVisible(start : Vector4, end : Vector4) : Bool;

Last updated