[DEV SERVER] Loading description...
Caveats
Parameters
Examples
; Can the player see bob?
if (Game.GetPlayer().HasDetectionLOS(Bob_Alias.GetReference()))
Debug.Trace("The player can see Bob")
endIfAuto-Generated Example
ObjectReference myObjectReference__akOther
bool returnedValue = myActor__toCallFunctionOn.HasDetectionLOS(myObjectReference__akOther)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
