[DEV SERVER] Loading description...
Caveats
CK Wiki - Notes
- See the notes for Form.RegisterForLOS(...) for limitations, speed considerations and other notes.
Parameters
ObjectReferenceakTarget
CK Wiki Description
The target the actor will be looking for. If the viewer is not the player, this must be an actor.
Examples
; Register for the first time that Me sees Spot
RegisterForSingleLOSGain(Me, Spot)Auto-Generated Example
Actor myActor__akViewer
ObjectReference myObjectReference__akTarget
myForm__toCallFunctionOn.RegisterForSingleLOSGain(myActor__akViewer, myObjectReference__akTarget)