SetActorOwner - Cell

Revision as of 15:44, 22 October 2013 by imported>DarkruneDK (Reverted edits by Smeister (talk) to last revision by Rhavlovick)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Cell Script

Sets the actor as the owner of this cell.

SyntaxEdit

Function SetActorOwner(ActorBase akActorBase) native

ParametersEdit

  • akActorBase: The ActorBase to set as this cell's owner.

Return ValueEdit

None.

ExamplesEdit

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

See AlsoEdit