Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: tppr1331 on February 05, 2014, 09:22:09 AM

Title: hashtable proxy component
Post by: tppr1331 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?
Title: Re: hashtable proxy component
Post by: jeanfabre 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