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

Difference between revisions of "DP SV CLIENTCOLORS"

From Quake Wiki

(New page: Field definitions: <pre> .float clientcolors; // colors of the client (format: pants + shirt * 16) </pre> Allows QuakeC to read and modify the client colors associated with a client entit...)
 
 
Line 5: Line 5:
  
 
Allows QuakeC to read and modify the client colors associated with a client entity (not particularly useful on other entities), and automatically sends out any appropriate network updates if changed.
 
Allows QuakeC to read and modify the client colors associated with a client entity (not particularly useful on other entities), and automatically sends out any appropriate network updates if changed.
 +
[[Category:DarkPlaces]]

Latest revision as of 02:20, 25 March 2013

Field definitions:

.float clientcolors; // colors of the client (format: pants + shirt * 16)

Allows QuakeC to read and modify the client colors associated with a client entity (not particularly useful on other entities), and automatically sends out any appropriate network updates if changed.