Class.SqObject - VCMP-SqMod/SqMod GitHub Wiki
Used to represent an object instance in the game.
-
class
SqObject
-
table
On -
integer
ID -
string
Tag -
object
Data -
bool
Active -
integer
Model -
integer
World -
integer
Alpha -
Vector3
Pos -
Vector3
Position -
Quaternion
Rot -
Quaternion
Rotation -
Vector3
EulerRot -
Vector3
EulerRotation -
bool
ShotReport -
bool
BumpReport -
bool
TouchedReport -
float
PosX -
float
PosY -
float
PosZ -
float
RotX -
float
RotY -
float
RotZ -
float
RotW -
float
EulerRotX -
float
EulerRotY -
float
EulerRotZ -
float
MoveToX -
float
MoveToY -
float
MoveToZ -
float
MoveByX -
float
MoveByY -
float
MoveByZ -
float
RotateToX -
float
RotateToY -
float
RotateToZ -
float
RotateToW -
float
RotateByX -
float
RotateByY -
float
RotateByZ -
float
RotateByW -
float
RotateToEulerX -
float
RotateToEulerY -
float
RotateToEulerZ -
float
RotateByEulerX -
float
RotateByEulerY -
float
RotateByEulerZ -
integer
MoveToDuration -
integer
MoveByDuration -
integer
RotateToDuration -
integer
RotateByDuration -
integer
RotateToEulerDuration -
integer
RotateByEulerDuration
-
function
SetTag -
function
CustomEvent -
function
Destroy -
function
StreamedFor -
function
SetAlpha -
function
SetPosition -
function
MoveTo -
function
MoveBy -
function
RotateTo -
function
RotateToEuler -
function
RotateBy -
function
RotateByEuler -
function
NullInst -
function
MakeTask -
function
DropTask -
function
DoesTask -
function
FindTask
-
integer
MaxID