IQuakeGame
Namespace: QuakeReloaded.Interfaces
Provides access to general things from the game.
public interface IQuakeGame
Properties
MapTime
Returns the currently elapsed time in the map, from the client perspective.
public abstract float MapTime { get; }
Property Value
ModPath
Returns the full path to the current ‘game’
public abstract string ModPath { get; }
Property Value
Mod
Returns the current ‘game’ that’s active. Eg: id1, ctf, hipnotic
public abstract string Mod { get; }
Property Value
Platform
Returns the platform for which the game was compiled for
public abstract Platform Platform { get; }