summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-04-06 22:11:08 +0100
committerGitHub <noreply@github.com>2018-04-06 22:11:08 +0100
commit98fca7914bb8aea3b3bcaf37b5a7d4d281b78492 (patch)
tree2af6eb64d41db00ba974d2436ecd70cad0c20ce2
parent37275963df6a59b461c74c5a50169339650a7c3e (diff)
Add on_unlock() documentation
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index fcd6aa0..d19d36e 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,8 @@ awards.register_award("mymod:myaward", {
type = "trigger_type",
-- see specific docs on the trigger to see what else goes here
},
+
+ on_unlock = function(name, awards_def) end,
})
```