Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "DP INPUTBUTTONS"

From Quake Wiki

(New page: Field definitions: <pre> .float button3; .float button4; .float button5; .float button6; .float button7; .float button8; </pre> Set to the state of the +button3, +button4, +button5, +butt...)
 
 
Line 10: Line 10:
  
 
Set to the state of the +button3, +button4, +button5, +button6, +button7, and +button8 buttons from the client, this does not involve protocol changes (the extra 6 button bits were simply not used).
 
Set to the state of the +button3, +button4, +button5, +button6, +button7, and +button8 buttons from the client, this does not involve protocol changes (the extra 6 button bits were simply not used).
 +
[[Category:DarkPlaces]]

Latest revision as of 02:13, 25 March 2013

Field definitions:

.float button3;
.float button4;
.float button5;
.float button6;
.float button7;
.float button8;

Set to the state of the +button3, +button4, +button5, +button6, +button7, and +button8 buttons from the client, this does not involve protocol changes (the extra 6 button bits were simply not used).