AthenaClient.utility.characterPed ​
Variables ​
PedCharacter ​
• Const PedCharacter: Object
Used to create a single instance of a character pedestrian. Mostly used for appearance editing and such. Do not use it for anything else.
Type declaration ​
| Name | Type |
|---|---|
apply | (_appearance: Appearance, forceSameShoes: boolean) => Promise<void> |
create | (isMale: boolean, _pos: IVector3, _rot: any) => Promise<number> |
destroy | () => Promise<unknown> |
get | () => number |
getApperance | () => any |
setHidden | (value: boolean) => void |
V5 Docs