Nuclide
Software Development Kit for id Tech
|
Go to the source code of this file.
Classes | |
class | NSVehicle |
This entity class represents vehicles that are predicted across the network. More... | |
Macros | |
#define | NSVehicle_Log(...) if (autocvar_vehicle_developer == true) _NSVehicle_Log(classname, __FUNC__, num_for_edict(this), sprintf(__VA_ARGS__)) |
Functions | |
void | _NSVehicle_Log (string className, string functionName, float edictNum, string warnMessage) |
Variables | |
var bool | autocvar_vehicle_developer = false |
enumflags | |
#define NSVehicle_Log | ( | ... | ) | if (autocvar_vehicle_developer == true) _NSVehicle_Log(classname, __FUNC__, num_for_edict(this), sprintf(__VA_ARGS__)) |
var bool autocvar_vehicle_developer = false |
enumflags |