mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 12:06:07 +08:00
Update IScriptVM.
This commit is contained in:
@ -788,6 +788,7 @@ public:
|
||||
virtual void CreateTable( ScriptVariant_t &Table ) = 0;
|
||||
virtual bool IsTable( HSCRIPT hScope ) = 0;
|
||||
virtual int GetNumTableEntries( HSCRIPT hScope ) = 0;
|
||||
virtual int GetNumElements( HSCRIPT hScope ) = 0;
|
||||
virtual int GetKeyValue( HSCRIPT hScope, int nIterator, ScriptVariant_t *pKey, ScriptVariant_t *pValue ) = 0;
|
||||
|
||||
virtual bool GetValue( HSCRIPT hScope, const char *pszKey, ScriptVariant_t *pValue ) = 0;
|
||||
|
Reference in New Issue
Block a user