Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tribes 2/Files/defaultGame.cs: Difference between revisions

From Tribes Wiki
(http://www.tribes2wiki.com/wiki/DefaultGame.cs)
 
m (Bigwig moved page Tribes 2/defaultGame.cs to Tribes 2/Files/defaultGame.cs without leaving a redirect)
 
(No difference)

Latest revision as of 13:59, 17 December 2024

Is that the best you can do?

This article is a stub. You can help Tribes Wiki by expanding it.

defaultGame.cs is a script file that contains information about the "default" gametype. As such, the code in the file is used as a base for all gametype functions. This file allows for other gametypes to override specific functions for their own purposes, while making it so that basic functions in the game don't have to be rewritten.