-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommands.py
More file actions
58 lines (57 loc) · 1.19 KB
/
commands.py
File metadata and controls
58 lines (57 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
class DLCmd:
BeginList = 53716
EndList = 58
UseIntegerNames = 0
SetInitialPosition = 1
SetRelativePosition = 2
SetWorldPosition = 3
SetNormal = 4
SetScale = 5
SetRotation = 6
SetDrawFlag = 7
SetFlag = 8
ClearFlag = 9
SetFriction = 10
SetSpring = 11
CallList = 12
SetColourNum = 13
MakeDynObj = 15
StartGroup = 16
EndGroup = 17
AddToGroup = 18
SetType = 19
SetMaterialGroup = 20
SetNodeGroup = 21
SetSkinShape = 22
SetPlaneGroup = 23
SetShapePtrPtr = 24
SetShapePtr = 25
SetShapeOffset = 26
SetCenterOfGravity = 27
LinkWith = 28
LinkWithPtr = 29
UseObj = 30
SetControlType = 31
SetSkinWeight = 32
SetAmbient = 33
SetDiffuse = 34
SetId = 35
SetMaterial = 36
MapMaterials = 37
MapVertices = 38
Attach = 39
AttachTo = 40
SetAttachOffset = 41
SetNameSuffix = 43
SetParamF = 44
SetParamPtr = 45
MakeNetWithSubGroup = 46
MakeAttachedJoint = 47
EndNetWithSubGroup = 48
MakeVertex = 49
MakeValPtr = 50
UseTexture = 52
SetTextureST = 53
MakeNetFromShape = 54
MakeNetFromShapePtrPtr = 55
EndList = 58