natives.PLAYER MADE PROGRESS: Difference between revisions
Jump to navigation
Jump to search
(Add ScriptItem documentation from GTA VC SCM decompile) |
(Add ScriptItem documentation from GTA VC SCM decompile) |
||
| Line 5: | Line 5: | ||
|name = natives.PLAYER_MADE_PROGRESS | |name = natives.PLAYER_MADE_PROGRESS | ||
|parameters = int progress | |parameters = int progress | ||
|parameter1 = int progress | |parameter1 = int progress Parameter for this function. | ||
|usage = | |usage = marks that the player has made progress in the game | ||
|return1 = void | |return1 = void | ||
|returnFail1 = void | |returnFail1 = void | ||
}} | }} | ||
Latest revision as of 12:07, 13 June 2026
natives.PLAYER_MADE_PROGRESS
Signature: void natives.PLAYER_MADE_PROGRESS(int progress)
Usage: marks that the player has made progress in the game
Parameters
- int progress Parameter for this function.
Return
void
On failure: void