stoozey / SSave

A simple save file system for GameMaker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

value generator function support in add_value

stoozey opened this issue · comments

Add support for functions that can generate default values upon creation of the ssave.

For example: add_value("name", SSAVE_TYPE.ARRAY, funciton() { return [] })

what was he thinking