playMaker

Author Topic: hashtable proxy component  (Read 1934 times)

tppr1331

  • Playmaker Newbie
  • *
  • Posts: 1
hashtable proxy component
« on: February 05, 2014, 09:22:09 AM »
how to access playmaker's ArrayLists and HashTables proxy components for keys and values by normal scripts?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: hashtable proxy component
« Reply #1 on: February 06, 2014, 05:25:10 AM »
Hi,

 PlayMakerArrayListProxy and PlayMakerHashTableProxy are the two component used. they are standards components and you communicate with them just like you do with every components in Unity.

 PlayMakerHashTableProxy has a "_hashtable" property and PlayMakerArrayListProxy has a "_arrayList" property for you to access its content.

bye,

 Jean