Home / Lua / Server / StaticObject

Static functions

Returns Prototype
StaticObject Create(Vector3, Angle, string)
StaticObject Create(table)
StaticObject GetById(number)

Functions

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)

Operators

Returns Prototype
boolean StaticObject == StaticObject