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

Difference between revisions of "string"

From Quake Wiki

(New page: === String type === This is used to store character string. Used to indicate file names, or messages to be broadcast to players. Valid syntax: "maps/jrwiz1.bsp" or "ouch!\ " Use \ for...)
 
m (Move page script moved page String to string: Fixing the case)
 
(No difference)

Latest revision as of 16:22, 29 March 2013

String type[edit]

This is used to store character string. Used to indicate file names, or messages to be broadcast to players.

 Valid syntax: "maps/jrwiz1.bsp" or "ouch!\

" Use \

for newline.

Note: that character strings cannot be modified, or concatenated. Because they are stored at fixed locations in memory, and if would be postentially troublesome to allow modification.