Nuclide
Software Development Kit for id Technology (BETA)
API: Shared

Shared Game-Logic APIs. More...

Detailed Description

Shared Game-Logic APIs.

APIs used by both client and server progs.

You can use these functions in any progs or multi-progs.

Certain functions may do nothing on the client-side. If that is the case, a note is made in function documentation.

Classes

struct  ammoAPI_t
 Ammo library. More...
 
struct  cvarAPI_t
 CVar library. More...
 
struct  serverinfoAPI_t
 ServerInfo library. More...
 
struct  userinfoAPI_t
 UserInfo library. More...
 
struct  weaponInfo_t
 Weapon library. More...
 
struct  teamAPI_t
 Team library. More...
 
struct  entityDefAPI_t
 EntityDef library. More...
 
struct  precacheAPI_t
 Precaching library. More...
 
struct  soundAPI_t
 Sound library. More...
 
struct  declAPI_t
 Decl library. More...
 

Typedefs

typedef string decl
 storage type of a decl reference. More...
 

Variables

ammoAPI_t ammo
 Access ammoAPI_t functions using this variable. More...
 
cvarAPI_t cvars
 Access cvarAPI_t functions using this variable. More...
 
serverinfoAPI_t serverinfo
 Access serverinfoAPI_t functions using this variable. More...
 
userinfoAPI_t userinfo
 Access userinfoAPI_t functions using this variable. More...
 
weaponInfo_t weaponInfo
 Access weaponInfo_t functions using this variable. More...
 
teamAPI_t teams
 Access teamAPI_t functions using this variable. More...
 
entityDefAPI_t entityDef
 Access entityDefAPI_t functions using this variable. More...
 
precacheAPI_t precache
 Access precacheAPI_t functions using this variable. More...
 
soundAPI_t soundKit
 Access soundAPI_t functions using this variable. More...
 
declAPI_t declManager
 Access declAPI_t functions using this variable. More...
 

Typedef Documentation

◆ decl

typedef string decl

storage type of a decl reference.

Variable Documentation

◆ ammo

ammoAPI_t ammo

Access ammoAPI_t functions using this variable.

◆ cvars

cvarAPI_t cvars

Access cvarAPI_t functions using this variable.

◆ declManager

declAPI_t declManager

Access declAPI_t functions using this variable.

◆ entityDef

entityDefAPI_t entityDef

Access entityDefAPI_t functions using this variable.

◆ precache

precacheAPI_t precache

Access precacheAPI_t functions using this variable.

◆ serverinfo

serverinfoAPI_t serverinfo

Access serverinfoAPI_t functions using this variable.

◆ soundKit

soundAPI_t soundKit

Access soundAPI_t functions using this variable.

◆ teams

teamAPI_t teams

Access teamAPI_t functions using this variable.

◆ userinfo

userinfoAPI_t userinfo

Access userinfoAPI_t functions using this variable.

◆ weaponInfo

weaponInfo_t weaponInfo

Access weaponInfo_t functions using this variable.