https://github.com/evolutionleo/pack.gml
A light-weight library to pack data and load it into function scope
https://github.com/evolutionleo/pack.gml
Last synced: about 2 months ago
JSON representation
A light-weight library to pack data and load it into function scope
- Host: GitHub
- URL: https://github.com/evolutionleo/pack.gml
- Owner: evolutionleo
- License: gpl-3.0
- Created: 2021-01-06T14:13:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-29T19:21:37.000Z (about 5 years ago)
- Last Synced: 2025-06-26T16:09:29.770Z (9 months ago)
- Language: Game Maker Language
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pack.gml
A light-weight library to pack data and load it into function scope
# Why use it?
Basically it's like escaping your local variables into globals, except that it will 100% never mess up anything in your game and/or overwrite previous packed values + you don't have to bother making up names for the global variables
Basically, this lib is not necesseraly vital for a project, but it's rather just a good practice to use, when you want to pass a local variable into a function