mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-04 00:23:25 +08:00
Update ISource2GameClients::ProcessUsercmds (#208)
This commit is contained in:
parent
39ad329960
commit
cc4c5c8070
@ -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 int 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, float margin ) = 0;
|
||||
|
||||
virtual bool IsPlayerSlotOccupied( CPlayerSlot slot ) = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user