We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce7e74 commit dc9d090Copy full SHA for dc9d090
1 file changed
generator_scripts/generator_scripts/common.py
@@ -61,7 +61,7 @@ def get_hl2sdk_common_types():
61
'CEntityComponentHelper', 'soundlevel_t', 'SoundFlags_t', 'RenderMultisampleType_t', 'EngineLoopState_t', 'GameTime_t',
62
'CUtlSymbol', 'EntityIOTargetType_t', 'EntityDormancyType_t', 'CSplitScreenSlot', 'CHandle', 'CSmartPtr',
63
'CUtlLeanVectorFixedGrowable', 'CUtlLeanVector', 'CUtlVectorFixedGrowable', 'EventClientOutput_t', 'CUtlDict',
64
- 'ENetworkDisconnectionReason', 'CBitVec', 'Flags_t', 'CPhysSurfacePropertiesVehicle', 'EntityEffects_t'
+ 'ENetworkDisconnectionReason', 'CBitVec', 'Flags_t', 'CPhysSurfacePropertiesVehicle', 'EntityEffects_t', 'CEntityKeyValues'
65
]
66
67
def get_std_common_types():
0 commit comments