Feat(lua-doc): Make sure that the MPX -> MP0/MP1 behavior for stats function is documented. (#2251)
This commit is contained in:
parent
0bb5b3bda6
commit
c38e42a488
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user