playMaker

Author Topic: Find Gameobjects  (Read 1468 times)

maesla

  • Playmaker Newbie
  • *
  • Posts: 6
Find Gameobjects
« on: January 08, 2014, 12:21:03 PM »
Hello!
I want to find all the objects in game by type (component). I want to do in my function something like GameObject.FindObjectsOfType(ObjectType).count and return this value like int to changes things depending on this.


Thank you!

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Find Gameobjects
« Reply #1 on: January 24, 2014, 07:28:37 AM »
Hi,

 this would need a custom action, Are you ok with scripting? else I'll look into writing this action next week.

bye,

 Jean