Background for Skyrim SE
Member of the ObjectReference script
ActorBasefunctionGetActorOwner()Native

Description

Wiki Description

Gets the ActorBase that owns this object. Will return None if the object isn't owned by an actor.

Documentation Comment

Gets the actor that owns this object (or None if not owned by an Actor)


Caveats


Examples

No human-generated examples found for this function.

Auto-Generated Example

ActorBase returnedValue = myObjectReference__toCallFunctionOn.GetActorOwner()

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.