AthenaClient.screen.texture ​
Functions ​
drawTexture ​
Usage
AthenaClient.screen.texture.drawTexture(dictionary
, name
, position
, scale?
): void
Draw a texture in-world from a GTA:V file, or DLC
Parameters ​
Name | Type | Default value |
---|---|---|
dictionary | string | undefined |
name | string | undefined |
position | Vector3 | undefined |
scale? | number | 1 |
Returns ​
void
Defined in ​
drawTexture2D ​
Usage
AthenaClient.screen.texture.drawTexture2D(dictionary
, name
, position
, scale?
, opacity?
): void
Draw a texture on-screen from a GTA:V file or DLC
Parameters ​
Name | Type | Default value |
---|---|---|
dictionary | string | undefined |
name | string | undefined |
position | IVector2 | undefined |
scale? | number | 1 |
opacity? | number | 255 |
Returns ​
void