Reply To: How to create/get properties of groups of data via classes/structs?

FlowCanvas Forums Support How to create/get properties of groups of data via classes/structs? Reply To: How to create/get properties of groups of data via classes/structs?

#1194
swiftillusion
Participant

Thanks so much for your thorough response, and honestly that example usage/breakdown makes things much clearer for me than I was able to try and interpret from the link I gave. Simple but easy to grasp and relatable, helped a ton really :D.
And thanks so so much for the email, with that and all of the above after playing about and referencing bits and pieces my WIP implementation for testing purposes looks like the below.

With that I can easily set the base values for the cards in the fields, then get the current card stats during battle with easy access to the original values for things like full healing a creature or ‘silencing’ the cards buffs to just return its default stats.
Might change as I look into other bits and pieces like deck management etc but for now I’ve got a lot more to work with thanks to your help 😀 really appreciate all of this!