Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: andyandyandy on June 13, 2021, 01:00:08 AM

Title: How to get bool name?
Post by: andyandyandy on June 13, 2021, 01:00:08 AM
Any action to get bool name to string? Not the variable True/False. The name of the bool convert into a string. I looked on eco but only found bool to string variables.
Title: Re: How to get bool name?
Post by: djaydino on June 14, 2021, 04:54:17 PM
Hi.
Not sure if there are many use cases for this, but i created a action the get variable names (it should work for any variable type)

you can get it from the attachment below
Title: Re: How to get bool name?
Post by: andyandyandy on June 15, 2021, 12:00:15 AM
thanks, ill check it out later!