playMaker

Author Topic: Get Enum FSM  (Read 2332 times)

DanielThomas

  • Beta Group
  • Full Member
  • *
  • Posts: 150
Get Enum FSM
« on: June 06, 2019, 12:08:26 PM »
Very minor, when using 'Get Enum FSM', and choosing variable name with the [...]-button it shows bools instead of Enums.

2018.3.12f1, Playmaker 1.9.0.p16

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Get Enum FSM
« Reply #1 on: June 12, 2019, 07:27:17 AM »
Hi,

 I can't find this action, where did you get it?

Bye,

 Jean

DanielThomas

  • Beta Group
  • Full Member
  • *
  • Posts: 150
Re: Get Enum FSM
« Reply #2 on: June 12, 2019, 05:35:16 PM »
Sorry, should be 'Get FSM Enum'.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Get Enum FSM
« Reply #3 on: June 13, 2019, 08:27:58 AM »
Hi.

Found it, its one of the official actions.

On line 21 uihint is set to FsmBool
Code: [Select]
        [RequiredField]
[UIHint(UIHint.FsmBool)]
public FsmString variableName;

Should be :
Code: [Select]
        [RequiredField]
[UIHint(UIHint.FsmEnum)]
public FsmString variableName;

You can change it if you wish, it will be resolved on a next update
« Last Edit: June 13, 2019, 08:31:21 AM by djaydino »

Rebooter

  • Playmaker Newbie
  • *
  • Posts: 21
Re: Get Enum FSM
« Reply #4 on: October 18, 2019, 07:00:43 AM »
I have Playmaker 1.9.0.p19 installed, and this bug is still there.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Get Enum FSM
« Reply #5 on: October 18, 2019, 07:07:12 AM »
Hi.
it should be resolved on 1.9.1 :)