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

User contributions

From Quake Wiki

Search for contributions
 
 
      
 
   

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

  • 19:49, 1 August 2023 (diff | hist) . . (+194). . N precache file2(Created page with "''string'' '''precache_file2'''(''string'' path) == Usage == The same as precache_file. Does nothing. === Parameters === *''path'' :Unused. === Return === The string th...") (current)
  • 19:48, 1 August 2023 (diff | hist) . . (+580). . N precache sound2(Created page with "''string'' '''precache_sound2'''(''string'' soundPath) == Usage == The same as precache_sound. This was only used for sounds in the registered version of Quake. Using <co...") (current)
  • 19:46, 1 August 2023 (diff | hist) . . (+595). . N precache model2(Created page with "''string'' '''precache_model2'''(''string'' modelPath) == Usage == The same as precache_model. This was only used for models in the registered version of Quake. Using <co...") (current)
  • 18:02, 1 August 2023 (diff | hist) . . (-235). . ambientsound(current)
  • 17:52, 1 August 2023 (diff | hist) . . (+1,369). . N centerprint(Created page with "''void'' '''centerprint'''(''entity'' player, ''string'' msg) == Usage == Prints a message to a specific player in the center of their screen. Unlike other print statements,...") (current)
  • 17:43, 1 August 2023 (diff | hist) . . (+20). . m cvar(Usage) (current)
  • 17:42, 1 August 2023 (diff | hist) . . (+481). . N cvar set(Created page with "''void'' '''cvar_set'''(''string'' name, ''string'' val) == Usage == Sets the value of a console variable. All variables are stored as strings internally so this can be used...") (current)
  • 17:37, 1 August 2023 (diff | hist) . . (+455). . N changelevel(Created page with "''void'' '''changelevel'''(''string'' newMap) == Usage == Advances to the specified map. Passing the current map will reset the level. === Parameters === *''newMap'' :The ma...") (current)
  • 17:32, 1 August 2023 (diff | hist) . . (+1). . m makestatic(Example) (current)
  • 17:32, 1 August 2023 (diff | hist) . . (+695). . N makestatic(Created page with "''void'' '''makestatic'''(''entity'' e) == Usage == Bakes an entity into the world. Once this happens the entity is no longer able to be interacted with but will not require...")
  • 17:21, 1 August 2023 (diff | hist) . . (+162). . N precache file(Created page with "''string'' '''precache_file'''(''string'' path) == Usage == Does nothing. === Parameters === *''path'' :Unused. === Return === The string the was passed to it.") (current)
  • 17:14, 1 August 2023 (diff | hist) . . (+6). . m movetogoal(Usage) (current)
  • 17:14, 1 August 2023 (diff | hist) . . (+85). . m movetogoal(Usage)
  • 17:13, 1 August 2023 (diff | hist) . . (+28). . movetogoal
  • 16:49, 1 August 2023 (diff | hist) . . (+907). . N WriteEntity(Created page with "''void'' '''WriteEntity'''(''float'' type, ''entity'' e) == Usage == Writes the index for an entity to the current network message. This is used for server commands that expe...") (current)
  • 16:45, 1 August 2023 (diff | hist) . . (+931). . N WriteString(Created page with "''void'' '''WriteString'''(''float'' type, ''string'' arg) == Usage == Writes a string to the current network message. This is used for server commands that expect string arg...") (current)
  • 16:43, 1 August 2023 (diff | hist) . . (+1,065). . N WriteAngle(Created page with "''void'' '''WriteAngle'''(''float'' type, ''float'' arg) == Usage == Writes a single angle value to the current network message. Server commands normally expect three of thes...") (current)
  • 16:40, 1 August 2023 (diff | hist) . . (+1,242). . N WriteCoord(Created page with "''void'' '''WriteCoord'''(''float'' type, ''float'' arg) == Usage == Writes a single map coordinate value to the current network message. Server commands normally expect thre...") (current)
  • 16:37, 1 August 2023 (diff | hist) . . (+1,057). . N WriteLong(Created page with "''void'' '''WriteLong'''(''float'' type, ''float'' arg) == Usage == Writes a long to the current network message. This is used for server commands that expect long arguments....") (current)
  • 16:32, 1 August 2023 (diff | hist) . . (+901). . N WriteShort(Created page with "''void'' '''WriteShort'''(''float'' type, ''float'' arg) == Usage == Writes a short to the current network message. This is used for server commands that expect short argumen...") (current)

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)