We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833dc68 commit 3358cbdCopy full SHA for 3358cbd
1 file changed
addons/source-python/packages/source-python/entities/classes.py
@@ -80,10 +80,12 @@
80
FieldType.FLOAT: 'float',
81
FieldType.INTEGER: 'int',
82
FieldType.MODELNAME: 'string',
83
+ FieldType.POSITION_VECTOR: 'vector',
84
FieldType.SHORT: 'int',
85
FieldType.SOUNDNAME: 'string',
86
FieldType.STRING: 'string',
87
FieldType.TICK: 'int',
88
+ FieldType.TIME: 'float',
89
FieldType.VECTOR: 'vector',
90
}
91
0 commit comments