Playmaker Forum

PlayMaker Help & Tips => PlayMaker Tutorials => Topic started by: 3d_Artist1987 on September 07, 2012, 04:45:28 AM

Title: array maker
Post by: 3d_Artist1987 on September 07, 2012, 04:45:28 AM
hi,

Any video tutorial for arraymaker?

Dev
Title: Re: array maker
Post by: jeanfabre on September 07, 2012, 05:04:42 AM
Hi,

 Unfortunatly, not just yet. I lack of free time to properly set myself in this work.

 What is it that you would like to know about arrayMaker? I can probably explain a bit more a feature you are having issue with.

bye,

 Jean
Title: Re: array maker
Post by: 3d_Artist1987 on September 07, 2012, 11:57:55 PM
hi,

Thanks for reply,right now i don't know anything about arraymaker,so i want to learn about arraymaker,and what is arraymaker?

After use in my projects.

Dev
Title: Re: array maker
Post by: jeanfabre on September 10, 2012, 05:25:15 AM
Hi,

 arrayMaker is a convenient set of components and playmaker actions to store lists of playmaker variables.

 say you want to store several vectors or strings or integers, and sort them, or iterate through them. In playmaker this is not possible, With ArrayMaker, it becomes possible.

 what you do is add a arrayList component or HashTable component and then you can during editing add items in it,

You first need to get acquainted with what arrays and hashtable ares, then you'll be able to match the actions I created in playmaker for you to work with arrays and hashtables.

http://www.dotnetperls.com/arraylist (http://www.dotnetperls.com/arraylist)
http://www.dotnetperls.com/hashtable (http://www.dotnetperls.com/hashtable)

 I suggest you get the arrayMaker package and study the various samples provide, this will give you a good overview of what's possible.


bye,

 Jean
Title: Re: array maker
Post by: 3d_Artist1987 on September 10, 2012, 09:31:44 AM
hi,

OK,Thank You For Your Support,this is great help for me.

Dev
Title: Re: array maker
Post by: dreamlarp on November 01, 2013, 05:57:32 PM
Hi,

 arrayMaker is a convenient set of components and playmaker actions to store lists of playmaker variables.

 say you want to store several vectors or strings or integers, and sort them, or iterate through them. In playmaker this is not possible, With ArrayMaker, it becomes possible.

 what you do is add a arrayList component or HashTable component and then you can during editing add items in it,

You first need to get acquainted with what arrays and hashtable ares, then you'll be able to match the actions I created in playmaker for you to work with arrays and hashtables.

http://www.dotnetperls.com/arraylist (http://www.dotnetperls.com/arraylist)
http://www.dotnetperls.com/hashtable (http://www.dotnetperls.com/hashtable)

 I suggest you get the arrayMaker package and study the various samples provide, this will give you a good overview of what's possible.


bye,

 Jean

Where do I get arraymaker? I keep reading about it but can not find it.
Title: Re: array maker
Post by: parallel on November 01, 2013, 06:27:24 PM
Quote from: dreamlarp link=topic=2228.msg25649#msg25649
Where do I get arraymaker? I keep reading about it but can not find it.
https://hutonggames.fogbugz.com/default.asp?W715
Title: Re: array maker
Post by: dreamlarp on November 01, 2013, 06:42:37 PM
Thank you very much.