Oki cool, did not think about that feature as a possible way to solve it!
How could I make the end result look like? Something like
class cMyClass {
[nosave] float mNotSavedVariable
}
or do I need to do something like:
[data
nosave: mNotSavedVariable
]
class cMyClass {
float mNotSavedVariable
}
From what I read
here it seems like the second example is what I can do, but would be nice to know before I get at it.
Glad you enjoyed the videos and that they gave some ideas! I will probably do more as I want to show of the saving a bit more.