Nuclide
Software Development Kit for id Technology
|
Server-side logging functions. More...
Server-side logging functions.
Various helper functions, mainly used internally by Nuclide, to aid in logging common game activity.
Functions | |
void | Logging_Frag (entity, entity) |
Informs the logging system that a player got fragged (killed, knocked down). More... | |
void | Logging_Pickup (entity, entity, string) |
Informs the logging system that an item got picked up by a player. More... | |
Variables | |
var bool | autocvar_logging_enabled = false |
void Logging_Frag | ( | entity | a, |
entity | v | ||
) |
Informs the logging system that a player got fragged (killed, knocked down).
void Logging_Pickup | ( | entity | cl, |
entity | it, | ||
string | altname | ||
) |
Informs the logging system that an item got picked up by a player.
var bool autocvar_logging_enabled = false |