ped.changeBodyPart: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
(Created page with "{{ScriptItem |endpoint = client |type = method |class = Ped |name = getData |games = GTA IV |parameters = int bodyPart, int model, int texture |parameter1 = int bodyPart The b...")
 
No edit summary
Line 3: Line 3:
|type = method
|type = method
|class = Ped
|class = Ped
|name = getData
|name = changeBodyPart
|games = GTA IV
|games = GTA IV
|parameters = int bodyPart, int model, int texture
|parameters = int bodyPart, int model, int texture

Revision as of 02:38, 29 November 2020

changeBodyPart

Signature: null changeBodyPart(int bodyPart, int model, int texture)

Usage: change the appearance of body parts and clothes for a ped.

Parameters

int texture The texture index of the body part (usually 0-2)

Return

null

On failure: null n/a