mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-04 00:23:27 +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: stats
|
||||||
|
|
||||||
Table for manipulating GTA 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)
|
## Functions (21)
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ namespace lua::stats
|
|||||||
// Lua API: Table
|
// Lua API: Table
|
||||||
// Name: stats
|
// Name: stats
|
||||||
// Table for manipulating GTA 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
|
// Lua API: Function
|
||||||
// Table: stats
|
// Table: stats
|
||||||
|
Loading…
x
Reference in New Issue
Block a user