Playmaker Forum

PlayMaker Updates & Downloads => Share New Actions => Topic started by: stevvers on February 01, 2020, 01:45:40 AM

Title: ArrayTableGetItemInspector fixed
Post by: stevvers 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"
Title: Re: ArrayTableGetItemInspector fixed
Post by: jeanfabre 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