Returns | Prototype |
---|---|
StaticObject | Create(Vector3, Angle, string) |
StaticObject | Create(table) |
StaticObject | GetById(number) |
Returns | Prototype |
---|---|
Angle | GetAngle() |
string | GetCollision() |
number | GetId() |
string | GetModel() |
Vector3 | GetPosition() |
Remove() | |
Respawn() | |
SetAngle(Angle) | |
SetPosition(Vector3) | |
Teleport(Vector3, Angle) |
Functions inherited from StreamableObject
Returns | Prototype |
---|---|
CellID | GetCellId() |
boolean | GetEnabled() |
number | GetStreamDistance() |
World | GetWorld() |
SetEnabled(boolean) | |
SetStreamDistance(number) | |
SetWorld(World) |
Returns | Prototype |
---|---|
boolean | StaticObject == StaticObject |