![]() |
Nuclide
Software Development Kit for id Technology (BETA)
|
Shared Game-Logic APIs. More...
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 | isAPI_t |
| struct | nextAPI_t |
| struct | declAPI_t |
| Decl library. More... | |
Typedefs | |
| typedef string | decl |
| storage type of a decl reference. | |
Variables | |
| ammoAPI_t | ammo |
| Access ammoAPI_t functions using this variable. | |
| cvarAPI_t | cvars |
| Access cvarAPI_t functions using this variable. | |
| serverinfoAPI_t | serverinfo |
| Access serverinfoAPI_t functions using this variable. | |
| userinfoAPI_t | userinfo |
| Access userinfoAPI_t functions using this variable. | |
| weaponInfo_t | weaponInfo |
| Access weaponInfo_t functions using this variable. | |
| teamAPI_t | teams |
| Access teamAPI_t functions using this variable. | |
| entityDefAPI_t | entityDef |
| Access entityDefAPI_t functions using this variable. | |
| precacheAPI_t | precache |
| Access precacheAPI_t functions using this variable. | |
| soundAPI_t | soundKit |
| Access soundAPI_t functions using this variable. | |
| isAPI_t | is |
| Access nextAPI_t functions using this variable. | |
| nextAPI_t | next |
| Access nextAPI_t functions using this variable. | |
| declAPI_t | declManager |
| Access declAPI_t functions using this variable. | |
| entityDefAPI_t entityDef |
Access entityDefAPI_t functions using this variable.
| precacheAPI_t precache |
Access precacheAPI_t functions using this variable.
| serverinfoAPI_t serverinfo |
Access serverinfoAPI_t functions using this variable.
| soundAPI_t soundKit |
Access soundAPI_t functions using this variable.
| userinfoAPI_t userinfo |
Access userinfoAPI_t functions using this variable.
| weaponInfo_t weaponInfo |
Access weaponInfo_t functions using this variable.