Skip to the content.

IQuakeReloaded

Namespace: QuakeReloaded.Interfaces

The main interface of QuakeReloaded. Provides easy access to all the APIs.

public interface IQuakeReloaded

Properties

Console

Access to IQuakeConsole

public abstract IQuakeConsole Console { get; }

Property Value

IQuakeConsole

Events

Access to IQuakeEvents

public abstract IQuakeEvents Events { get; }

Property Value

IQuakeEvents

Cvars

Access to IQuakeCvars

public abstract IQuakeCvars Cvars { get; }

Property Value

IQuakeCvars

UI

Access to IQuakeUI

public abstract IQuakeUI UI { get; }

Property Value

IQuakeUI

Game

Access to IQuakeGame

public abstract IQuakeGame Game { get; }

Property Value

IQuakeGame

Client

Access to IQuakeClient

public abstract IQuakeClient Client { get; }

Property Value

IQuakeClient