We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5410287 commit ee74a5fCopy full SHA for ee74a5f
1 file changed
generator_scripts/generator_scripts/common.py
@@ -46,7 +46,7 @@ def get_hl2sdk_common_types():
46
'CEntityComponentHelper', 'soundlevel_t', 'SoundFlags_t', 'RenderMultisampleType_t', 'EngineLoopState_t', 'GameTime_t',
47
'CUtlSymbol', 'EntityIOTargetType_t', 'EntityDormancyType_t', 'CSplitScreenSlot', 'CHandle', 'CSmartPtr',
48
'CUtlLeanVectorFixedGrowable', 'CUtlLeanVector', 'CUtlVectorFixedGrowable', 'EventClientOutput_t', 'CUtlDict',
49
- 'ENetworkDisconnectionReason', 'CBitVec', 'Flags_t', 'CPhysSurfacePropertiesVehicle'
+ 'ENetworkDisconnectionReason', 'CBitVec', 'Flags_t', 'CPhysSurfacePropertiesVehicle', 'EntityEffects_t'
50
]
51
52
def locate_input_path(input_path):
0 commit comments