diff options
author | Rubenwardy <anjayward@gmail.com> | 2013-02-22 20:43:40 +0000 |
---|---|---|
committer | Rubenwardy <anjayward@gmail.com> | 2013-02-22 20:43:40 +0000 |
commit | d769dd224d3fa3004ba5f3667f062cf1ae2575f3 (patch) | |
tree | 6ce7684aaf09200424ba427bcea7eab3e8be8b0a /readme.md | |
parent | 6a968c87c51a143f5d09da9991db25b6b0673af0 (diff) |
restyled
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -17,8 +17,13 @@ The API * sound [optional] * image [optional] * func [optional] - see below +* awards.give_achievement(name,award) + * -- gives an award to a player * awards.register_onDig(func) - * -- return true if the medal should be rewarded + * -- return award name or null + * -- there will be built in versions of this function +* awards.register_onPlace(func) + * -- return award name or null * -- there will be built in versions of this function @@ -29,6 +34,9 @@ A list of data referenced/hashed by the player's name. * name [string] * getNodeCount('node_name') [function] -* count [table] +* count [table] - dig counter + * modname [table] + * itemname [int] +* place [table] - place counter * modname [table] - *itemname [int]
\ No newline at end of file + * itemname [int]
\ No newline at end of file |