Background for Skyrim SE
Member of the Actor script
boolfunctionHasLOS(ObjectReferenceakOther)Native

[DEV SERVER] Loading description...


Caveats


Parameters

ObjectReferenceakOther

CK Wiki Description

The object to check line-of-sight to.


Examples

; Can the player see bob?
if (Game.GetPlayer().HasLOS(Bob_Alias.GetReference()))
  Debug.Trace("The player can see Bob")
endIf

Auto-Generated Example

ObjectReference myObjectReference__akOther

bool returnedValue = myActor__toCallFunctionOn.HasLOS(myObjectReference__akOther)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.