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

From Tribes Wiki
Revision as of 13:52, 17 December 2024 by Bigwig (talk | contribs) (http://www.tribes2wiki.com/wiki/DefaultGame.cs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.