Reply To: Feature Request: Variable popups in scripts

NodeCanvas Forums General Discussion Feature Request: Variable popups in scripts Reply To: Feature Request: Variable popups in scripts

#12202
ReimG
Participant

Yes exactly that’s what I meant.

I needed something simple and fast for my game so I quickly created this simple classes:

and then added editor for it:

Maybe it’s not practical (I’m storing additional variables that aren’t needed and only take memory, and I only support only few types), but for my purposes it suffice. Maybe if I have time to implement something more sophisticated I’ll try to cram all fields into one ‘object’ field and serialize it.

Also I love that you have ‘varType’ field. So cool 😀

Thanks, and cheers!