Skip to content

Latest commit

 

History

History
96 lines (89 loc) · 3.99 KB

StaticObject.wikitext

File metadata and controls

96 lines (89 loc) · 3.99 KB

Table of Contents

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