Class Object
Inheritance
BaseObject
Object
Inherited Members
Entity.model
Entity.constructor
Entity.type
Entity.valid
Entity.id
Entity.destroy
Entity.getMetaDataKeys
Entity.refCount
Package: @altmp/altv-types
Syntax
class Object extends Entity
Properties
|
Improve this Doc
View Source
all
Declaration
public readonly static all: readonly Object[]
Property Value
Type |
Description |
readonly Object[] |
|
|
Improve this Doc
View Source
count
Declaration
public readonly static count: number
Property Value
|
Improve this Doc
View Source
streamedIn
Declaration
public readonly static streamedIn: readonly Object[]
Property Value
Type |
Description |
readonly Object[] |
|
|
Improve this Doc
View Source
alpha
Declaration
public readonly alpha: number
Property Value
|
Improve this Doc
View Source
textureVariation
Declaration
public readonly textureVariation: number
Property Value
|
Improve this Doc
View Source
lodDistance
Declaration
public readonly lodDistance: number
Property Value
Methods
|
Improve this Doc
View Source
getByID(number)
Declaration
public static getByID(id: number): null | Object
Parameters
Type |
Name |
Description |
number |
id |
|
Returns
Type |
Description |
null | Object |
|
|
Improve this Doc
View Source
getByRemoteID(number)
Declaration
public static getByRemoteID(id: number): null | Object
Parameters
Type |
Name |
Description |
number |
id |
|
Returns
Type |
Description |
null | Object |
|