Background for Skyrim SE
Member of the Cell script
voidfunctionSetActorOwner(ActorBaseakActor)Native

Description

Wiki Description

Sets the actor as the owner of this cell.

Documentation Comment

Sets this cell's owner as the specified actor


Parameters

  1. ActorBaseakActor

    CK Wiki Description

    The ActorBase to set as this cell's owner.


Examples

; Set the emperor's base as owning the non-life star
NonLifeStarProperty.SetActorOwner(Emperor.GetActorBase())

Auto-Generated Example

ActorBase myActorBase__akActor

myCell__toCallFunctionOn.SetActorOwner(myActorBase__akActor)

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.