[DEV SERVER] Loading description...
Caveats
Parameters
Examples
; Can the player see bob?
if (Game.GetPlayer().HasLOS(Bob_Alias.GetReference()))
Debug.Trace("The player can see Bob")
endIfAuto-Generated Example
ObjectReference myObjectReference__akOther
bool returnedValue = myActor__toCallFunctionOn.HasLOS(myObjectReference__akOther)