Feat(lua-doc): Make sure that the MPX -> MP0/MP1 behavior for stats function is documented. (#2251)

This commit is contained in:
Quentin 2023-10-13 00:14:02 +02:00 committed by GitHub
parent 3293b374a8
commit 7869c254f2
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Table: stats
Table for manipulating GTA stats.
For stats that get prefixed by either `MP0` or `MP1`, you can use `MPX` instead and the menu will resolve to the correct number automatically.
## Functions (21)

View File

@ -8,6 +8,7 @@ namespace lua::stats
// Lua API: Table
// Name: stats
// Table for manipulating GTA stats.
// For stats that get prefixed by either `MP0` or `MP1`, you can use `MPX` instead and the menu will resolve to the correct number automatically.
// Lua API: Function
// Table: stats