Skip to the content.

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

Single

ModPath

Returns the full path to the current ‘game’

public abstract string ModPath { get; }

Property Value

String

Mod

Returns the current ‘game’ that’s active. Eg: id1, ctf, hipnotic

public abstract string Mod { get; }

Property Value

String

Platform

Returns the platform for which the game was compiled for

public abstract Platform Platform { get; }

Property Value

Platform