playMaker

Author Topic: PlayMakerArrayListProxy Access From JS  (Read 1632 times)

grimmy

  • Junior Playmaker
  • **
  • Posts: 70
PlayMakerArrayListProxy Access From JS
« on: September 03, 2014, 02:14:14 AM »
I can access my PlayMakerArrayListProxy component from a C# svcript no problem by using
Code: [Select]
public PlayMakerArrayListProxy myArrayListProxy;but I need to do this in Javascript too.. When I try..
Code: [Select]
var unlocksArrayListProxy : PlayMakerArrayListProxy ;I just get an error ('PlayMakerArrayListProxy' does not denote a valid type)

Any idea what I am doing wrong here?
Thanks