Background for Skyrim SE
Member of the ReferenceAlias script

Description

Wiki Description

Attempts to retrieve the actor this alias is pointing at. If it has not been resolved to a reference, or the reference is not an Actor, it will return None.

Documentation Comment

Convenience fucntion


Caveats

CK Wiki - Notes

  • Under the hood, this is 'GetReference() As Actor' which is measurably faster.

Examples

; Obtain the actor this alias points at
Actor theActor = MyAlias.GetActorReference()

Auto-Generated Example

Actor returnedValue = myReferenceAlias__toCallFunctionOn.GetActorRef()

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.