Playmaker Forum

Bug Reporting => PlayMaker Bug Reporting => Topic started by: DanielThomas on June 06, 2019, 12:08:26 PM

Title: Get Enum FSM
Post by: DanielThomas 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
Title: Re: Get Enum FSM
Post by: jeanfabre on June 12, 2019, 07:27:17 AM
Hi,

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

Bye,

 Jean
Title: Re: Get Enum FSM
Post by: DanielThomas on June 12, 2019, 05:35:16 PM
Sorry, should be 'Get FSM Enum'.
Title: Re: Get Enum FSM
Post by: djaydino 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
Title: Re: Get Enum FSM
Post by: Rebooter on October 18, 2019, 07:00:43 AM
I have Playmaker 1.9.0.p19 installed, and this bug is still there.
Title: Re: Get Enum FSM
Post by: djaydino on October 18, 2019, 07:07:12 AM
Hi.
it should be resolved on 1.9.1 :)