RegisterForSingleLOSGain - Form

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: ActiveMagicEffect Script, Alias Script, and Form Script

Registers this active magic effect/alias/form to receive a single gain LOS event. If the viewer is currently looking at the target, the event will be sent immediately. Only the specific form, alias, or magic effect that registered will get the event - it will not be relayed to attached aliases or magic effects.

Syntax[edit | edit source]

Function RegisterForSingleLOSGain(Actor akViewer, ObjectReference akTarget) native

Parameters[edit | edit source]

  • akViewer: The Actor that will be looking for the target.
  • akTarget: The target the actor will be looking for. If the viewer is not the player, this must be an actor.

Return Value[edit | edit source]

None

Examples[edit | edit source]

; Register for the first time that Me sees Spot
RegisterForSingleLOSGain(Me, Spot)

Notes[edit | edit source]

  • See the notes for RegisterForLOS for limitations, speed considerations and other notes.

See Also[edit | edit source]