952
edits
(Add ScriptItem documentation from GTA VC SCM decompile) |
(Add ScriptItem documentation from GTA VC SCM decompile) |
||
| Line 4: | Line 4: | ||
|type = function | |type = function | ||
|name = natives.GET_NUM_OF_MODELS_KILLED_BY_PLAYER | |name = natives.GET_NUM_OF_MODELS_KILLED_BY_PLAYER | ||
|parameters = int | |parameters = int player, int model | ||
|parameter1 = int | |parameter1 = int player Player index. | ||
|parameter2 = int | |parameter2 = int model Model identifier. | ||
|usage = | |usage = returns how many of a specific model the player killed | ||
|return1 = void | |return1 = void | ||
|returnFail1 = void | |returnFail1 = void | ||
}} | }} | ||
edits