mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
Feat(lua-doc): Make sure that the MPX -> MP0/MP1 behavior for stats function is documented. (#2251)
This commit is contained in:
parent
3293b374a8
commit
7869c254f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user