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

Difference between revisions of "DP SV NETADDRESS"

From Quake Wiki

(New page: Field definitions: <pre> .string netaddress; </pre> Provides the netaddress of the associated entity (ie. 127.0.0.1) and "null/botclient" if the netconnection of the entity is invalid.)
 
 
Line 5: Line 5:
  
 
Provides the netaddress of the associated entity (ie. 127.0.0.1) and "null/botclient" if the netconnection of the entity is invalid.
 
Provides the netaddress of the associated entity (ie. 127.0.0.1) and "null/botclient" if the netconnection of the entity is invalid.
 +
[[Category:DarkPlaces]]

Latest revision as of 02:22, 25 March 2013

Field definitions:

.string netaddress;

Provides the netaddress of the associated entity (ie. 127.0.0.1) and "null/botclient" if the netconnection of the entity is invalid.