mirror of
https://gitlab.com/rubenwardy/awards.git
synced 2024-11-22 23:33:45 +01:00
Add on_unlock() documentation
This commit is contained in:
parent
37275963df
commit
98fca7914b
@ -29,6 +29,8 @@ awards.register_award("mymod:myaward", {
|
|||||||
type = "trigger_type",
|
type = "trigger_type",
|
||||||
-- see specific docs on the trigger to see what else goes here
|
-- see specific docs on the trigger to see what else goes here
|
||||||
},
|
},
|
||||||
|
|
||||||
|
on_unlock = function(name, awards_def) end,
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user