Nuclide
Software Development Kit for id Technology (BETA)
API: Server-side

Server-side Game-Logic APIs. More...

Detailed Description

Server-side Game-Logic APIs.

APIs used by MapC progs, game rules and the server progs exclusively.

AddonC

An addon plugin manager that sits between the game and Nuclide. It allows for the dynamic injection of additions to gameplay or functionality.

Handled by ncAddonDelegate. Which contains usage details.

MapC

Map specific code. This allows maps to react to information generated by game events.

Handled by ncMapDelegate.

RuleC

Game rule specific progs. You can see ncRuleDelegate for more details, as it is the acting body of any active game rule.

Classes

struct  utilAPI_t
 Util library. More...
 
struct  existsAPI_t
 Exists library. More...
 
struct  entsAPI_t
 Ents library. More...
 
struct  gameAPI_t
 Game library. More...
 
struct  motdAPI_t
 MOTD library. More...
 
struct  actorAPI_t
 MOTD library. More...
 
struct  combatAPI_t
 Combat library. More...
 

Variables

var utilAPI_t util
 Access utilAPI_t functions using this variable. More...
 
var existsAPI_t exists
 Access existsAPI_t functions using this variable. More...
 
var entsAPI_t ents
 Access entsAPI_t functions using this variable. More...
 
var gameAPI_t game
 Access gameAPI_t functions using this variable. More...
 
var motdAPI_t motd
 Access motdAPI_t functions using this variable. More...
 
var actorAPI_t actor
 Access actorAPI_t functions using this variable. More...
 
var combatAPI_t combat
 Access combatAPI_t functions using this variable. More...
 

Variable Documentation

◆ actor

var actorAPI_t actor

Access actorAPI_t functions using this variable.

◆ combat

var combatAPI_t combat

Access combatAPI_t functions using this variable.

◆ ents

var entsAPI_t ents

Access entsAPI_t functions using this variable.

◆ exists

var existsAPI_t exists

Access existsAPI_t functions using this variable.

◆ game

var gameAPI_t game

Access gameAPI_t functions using this variable.

◆ motd

var motdAPI_t motd

Access motdAPI_t functions using this variable.

◆ util

var utilAPI_t util

Access utilAPI_t functions using this variable.