mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-04 00:23:25 +08:00
Updated IVEngineServer for recent game updates (bug 5391).
This commit is contained in:
parent
8d86028f2a
commit
f44022aaf4
@ -233,6 +233,9 @@ public:
|
|||||||
virtual void ResetPVS( byte *pvs, int pvssize ) = 0;
|
virtual void ResetPVS( byte *pvs, int pvssize ) = 0;
|
||||||
// Merge the pvs bits into the current accumulated pvs based on the specified origin ( not that each pvs origin has an 8 world unit fudge factor )
|
// Merge the pvs bits into the current accumulated pvs based on the specified origin ( not that each pvs origin has an 8 world unit fudge factor )
|
||||||
virtual void AddOriginToPVS( const Vector &origin ) = 0;
|
virtual void AddOriginToPVS( const Vector &origin ) = 0;
|
||||||
|
|
||||||
|
virtual int UnknownFunc1() = 0;
|
||||||
|
virtual float GetGameVersion() = 0;
|
||||||
|
|
||||||
// Mark a specified area portal as open/closed.
|
// Mark a specified area portal as open/closed.
|
||||||
// Use SetAreaPortalStates if you want to set a bunch of them at a time.
|
// Use SetAreaPortalStates if you want to set a bunch of them at a time.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user