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

string

From Quake Wiki

Revision as of 16:22, 29 March 2013 by Move page script (talk) (Move page script moved page String to string: Fixing the case)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.