mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Add 'CEngineVGui::ShouldPause()' virtual method
This commit is contained in:
parent
63ca5d9d98
commit
19df5a188b
@ -68,6 +68,11 @@ public:
|
||||
int index = 36;
|
||||
CallVFunc<void>(index, this);
|
||||
}
|
||||
bool ShouldPause(void)
|
||||
{
|
||||
int index = 37;
|
||||
return CallVFunc<bool>(index, this);
|
||||
}
|
||||
};
|
||||
|
||||
/* ==== CENGINEVGUI ===================================================================================================================================================== */
|
||||
|
Loading…
x
Reference in New Issue
Block a user