Add on_unlock() documentation

This commit is contained in:
rubenwardy
2018-04-06 22:11:08 +01:00
committed by GitHub
parent 37275963df
commit 98fca7914b

View File

@ -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,
})
```