mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Update ISource2GameClients::ProcessUserCmds return type (#189)
This commit is contained in:
@ -574,7 +574,7 @@ public:
|
||||
virtual void ClientSetupVisibility( CPlayerSlot slot, vis_info_t *visinfo ) = 0;
|
||||
|
||||
// A block of CUserCmds has arrived from the user, decode them and buffer for execution during player simulation
|
||||
virtual float ProcessUsercmds( CPlayerSlot slot, bf_read *buf, int numcmds, bool ignore, bool paused ) = 0;
|
||||
virtual int ProcessUsercmds( CPlayerSlot slot, bf_read *buf, int numcmds, bool ignore, bool paused ) = 0;
|
||||
|
||||
virtual bool IsPlayerSlotOccupied( CPlayerSlot slot ) = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user