Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started 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?
-
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