Which is better? Save and load data using table or key(from save load attribute)
spidey906
Member Posts: 52
Which is better? Save and load data using table or key(from save load attribute). Thanks.
Comments
Tables are a lot more efficient in terms of the amount of coding if you're using more than just a few attributes. The auto-load at runtime and you only need one Save Table behavior for an unlimited number of attributes. They can also be accessed and changed dynamically (e.g. row number game.row) instead of only by "key" name.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
I to was wondering this, tatiang whats auto-load?