SenseManager

Documents the SenseManager class and its functions.

NOT DOCUMENTED We currently don't have information on how these functions work. They are being documented here for visibility.

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