SetActorOwner - Cell
Jump to navigation
Jump to search
Member of: Cell Script
Sets the actor as the owner of this cell.
Syntax[edit | edit source]
Function SetActorOwner(ActorBase akActorBase) native
Parameters[edit | edit source]
- akActorBase: The ActorBase to set as this cell's owner.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Set the emperor's base as owning the non-life star
NonLifeStarProperty.SetActorOwner(Emperor.GetActorBase())