Nuclide
Software Development Kit for id Tech
|
Server-side logging functions. More...
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 |
Server-side logging functions.
Various helper functions, mainly used internally by Nuclide, to aid in logging common game activity.
void Logging_Frag | ( | entity | a, |
entity | v | ||
) |
Informs the logging system that a player got fragged (killed, knocked down).
Informs the logging system that an item got picked up by a player.
var bool autocvar_logging_enabled = false |