AthenaClient.streamers.ped ​
Functions ​
append ​
Usage
AthenaClient.streamers.ped.append(pedData
): void
Create a client-only static pedestrian.
Parameters ​
Name | Type |
---|---|
pedData | IPed |
Returns ​
void
Defined in ​
get ​
Usage
AthenaClient.streamers.ped.get(scriptId
): player
| undefined
Gets an NPC based on their scriptID if present.
Static
Parameters ​
Name | Type |
---|---|
scriptId | number |
Returns ​
player
| undefined
Defined in ​
remove ​
Usage
AthenaClient.streamers.ped.remove(uid
): void
Remove a client ped by uid
Parameters ​
Name | Type | Description |
---|---|---|
uid | string | A unique string |
Returns ​
void