Created
August 27, 2017 04:41
-
-
Save royboy789/aed3b9301080fa5d81efbe903f527e26 to your computer and use it in GitHub Desktop.
EZ Data JS Library
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var group_id = INT | |
var data = { | |
value: INT, | |
misc_one: INT, | |
misc_two: INT, | |
misc_three: STRING, | |
misc_four: STRING | |
} | |
ezdata.lib.create_item( group_id, data ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment