natives.CLEAR CHAR LAST DAMAGE ENTITY: 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.CLEAR_CHAR_LAST_DAMAGE_ENTITY | |name = natives.CLEAR_CHAR_LAST_DAMAGE_ENTITY | ||
|parameters = int ped | |parameters = int ped | ||
|parameter1 = int ped | |parameter1 = int ped Character handle to act upon. | ||
|usage = | |usage = clears the record of which entity last damaged this character | ||
|return1 = void | |return1 = void | ||
|returnFail1 = void | |returnFail1 = void | ||
}} | }} | ||
Latest revision as of 09:09, 12 June 2026
natives.CLEAR_CHAR_LAST_DAMAGE_ENTITY
Signature: void natives.CLEAR_CHAR_LAST_DAMAGE_ENTITY(int ped)
Usage: clears the record of which entity last damaged this character
Parameters
- int ped Character handle to act upon.
Return
void
On failure: void