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 6c0d111 commit 4e0975aCopy full SHA for 4e0975a
public/icvar.h
@@ -122,9 +122,9 @@ abstract_class ICvar : public IAppSystem
122
virtual bool HasQueuedMaterialThreadConVarSets() const = 0;
123
virtual int ProcessQueuedMaterialThreadConVarSets() = 0;
124
125
- virtual void UnknownFunc1() = 0;
126
- virtual void UnknownFunc2() = 0;
127
- virtual void UnknownFunc3() = 0;
+ virtual void QueueMaterialThreadSetConCommand( ConCommand *pConCommand ) = 0;
+ virtual bool HasQueuedMaterialThreadConCommandSets() const = 0;
+ virtual int ProcessQueuedMaterialThreadConCommandSets() = 0;
128
129
protected: class ICVarIteratorInternal;
130
public:
0 commit comments