Background for Skyrim SE
Member of the ReferenceAlias script

Description

Wiki Description

Attempts to retrive the object reference this alias is pointing at. If it has not been resolved to a reference, it will return None.

Documentation Comment

Convenience function


Caveats


Examples

; Get the reference the alias points at
ObjectReference bossRef = BossAlias.GetReference()

Auto-Generated Example

ObjectReference returnedValue = myReferenceAlias__toCallFunctionOn.GetRef()

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.