Functions

csx.inc

Function Type Description
bomb_defused forward Called after a bomb defuse has finished.
bomb_defusing forward Called after a bomb defuse attempt has started.
bomb_explode forward Called when the bomb exploded.
bomb_planted forward Called after a bomb plant has finished.
bomb_planting forward Called after a bomb plant attempt has started.
client_damage forward Called after a client attacks another client.
client_death forward Called after a client death.
grenade_throw forward Called after a grenade was thrown.
custom_weapon_add native Adds a custom weapon to the stats system.
custom_weapon_dmg native Triggers a damage event on a custom weapon, adding it to the internal stats.
custom_weapon_shot native Adds a shot event on a custom weapon to the internal stats.
get_map_objectives native Returns the current map's objectives as a bitflag value.
xmod_get_maxweapons native Returns the maximum amount of weapons that the stats system supports.
xmod_get_stats_size native Returns the number of stats tracked by the stats system.
xmod_get_wpnlogname native Retrieves the weapon log name of a weapon id.
xmod_get_wpnname native Retrieves the full weapon name of a weapon id.
xmod_is_melee_wpn native Returns if the weapon is considered a melee weapon.