![]() |
Nuclide
Software Development Kit for id Technology (BETA)
|
Server-side Game-Logic APIs. More...
Server-side Game-Logic APIs.
APIs used by MapC progs, game rules and the server progs exclusively.
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.
Map specific code. This allows maps to react to information generated by game events.
Handled by ncMapDelegate.
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... | |
var actorAPI_t actor |
Access actorAPI_t functions using this variable.
var combatAPI_t combat |
Access combatAPI_t functions using this variable.
var existsAPI_t exists |
Access existsAPI_t functions using this variable.