Members
# parent :Pawn
The parent of the pawn in the hierarchical tree. This is the pawn associated with the parent of this pawn's actor. This property is updated automatically, when the actor's parent changes.
Type:
Example:
if (treePawn.parent.actor === treePawn.actor.parent ) {console.log("Always true!")};