playMaker

Author Topic: ArrayTableGetItemInspector fixed  (Read 1432 times)

stevvers

  • Playmaker Newbie
  • *
  • Posts: 9
ArrayTableGetItemInspector fixed
« on: February 01, 2020, 01:45:40 AM »
Wasn't sure where else to put this, but the ArrayTableGetItem action was giving an error in the editor. After a little digging, I found that GetItem was adapted from SetItem but the associated inspector script wasn't updated for these changes.

Note: the side-effect of my fix is that ArrayTableGetItem has a field called 'value'. This is actually the result of the GetItem call. I mention this because value is normally something retrieved by the action rather than something returned by an action. Although the field is labelled 'value', it functions like a 'result' field. I'm sure someone smarter can tidy this up so that the field is labelled correctly. :)

The path for this file is "Assets\PlayMaker ArrayMaker\Addons\Custom\Table\Actions\Editor"

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: ArrayTableGetItemInspector fixed
« Reply #1 on: February 03, 2020, 02:06:29 AM »
Hi,

 good catch! I updated the package, you can download the fix on the ecosystem by getting just the arrayMaker package.

Bye,

 Jean