Skip to content
On this page

AthenaClient.streamers.object ​

Type Aliases ​

CreatedObject ​

Ƭ CreatedObject: player & { createdObject?: alt.Object }

Defined in ​

client/streamers/object.ts:6

Functions ​

addObject ​

Usage

AthenaClient.streamers.object.addObject(newObject): void

Parameters ​

NameType
newObjectIObject

Returns ​

void

Defined in ​

client/streamers/object.ts:133


getFromScriptId ​

Usage

AthenaClient.streamers.object.getFromScriptId(scriptId): CreatedObject | undefined

Used to obtain a CreatedObject instance from a generic scriptID

Parameters ​

NameType
scriptIdnumber

Returns ​

CreatedObject | undefined

Defined in ​

client/streamers/object.ts:176


removeObject ​

Usage

AthenaClient.streamers.object.removeObject(uid): void

Parameters ​

NameType
uidstring

Returns ​

void

Defined in ​

client/streamers/object.ts:157

Created by Stuyk | Est. 2020