Public Member Functions | |
class< Template_EDMPlayer > | ExchangeClass (String InClass) |
Get the spawn class. | |
class< Actor > | CompNameGetClass () |
Information class. | |
Public Attributes | |
String | BaseEDMMutator |
The base mutator class. | |
Template_GameType | Interpreter |
The interpreter. | |
class< Template_EPRI > | DefaultEPRIClass |
Default PRI class. | |
String | EstablishedMutators [50] |
Configurable mutators. |
class<Template_EDMPlayer> ExchangeClass | ( | String | InClass | ) |
This function is given the player class that a player is joining with, and it should return the adjusted EDM player class.
InClass | The class that a player is joining with |
class<Actor> CompNameGetClass | ( | ) |
This function should return the class that is used to get players' computer names and version infos. The class that is returned by this is responsible for eventually calling the AcceptPlayer() function in the game's interpreter.
String BaseEDMMutator |
The base EDMMut mutator class.
The interpreter object for this game.
class<Template_EPRI> DefaultEPRIClass |
The default class to use for player replication info.
String EstablishedMutators[50] |
50 additional, configurable mutators for the game.