Playmaker Forum

PlayMaker Feedback => Feature Requests => Topic started by: jeanfabre on December 29, 2011, 05:47:11 AM

Title: FsmOwner gameObject value
Post by: jeanfabre on December 29, 2011, 05:47:11 AM
Hi,

 To avoid having to write everytime:

Code: [Select]
GameObject go = gameObject.OwnerOption == OwnerDefaultOption.UseOwner ? Owner : gameObject.GameObject.Value;
could we not have OwnerDefaultOption.getGameObject()

just to prevent duplication across :)

 Bye,

 Jean