playMaker

Author Topic: Array export[SOLVED]  (Read 1384 times)

Apprencite

  • Playmaker Newbie
  • *
  • Posts: 5
Array export[SOLVED]
« on: April 16, 2017, 06:28:47 PM »
Good Day!
I have string array with about 10000 item in it, so I cant manually put all this strings  into a array wariable. PLEASE tell Me how can I export this array from cs file to PlayMaker array variable.
THANKS!
« Last Edit: April 19, 2017, 03:07:53 AM by jeanfabre »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Array export
« Reply #1 on: April 16, 2017, 08:18:11 PM »
Hi,
I don't think you can in the editor, but you can in runtime

place the script on an object, then drag the script in the playmaker state window, select 'get properties'
select the array on the script when selected there will be a 'store array' selection box

add a array variable and there you go :)

Apprencite

  • Playmaker Newbie
  • *
  • Posts: 5
Re: Array export
« Reply #2 on: April 18, 2017, 06:12:20 AM »
Thank You so much! It works!

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Array export
« Reply #3 on: April 18, 2017, 07:30:51 AM »
Happy to help :)