fw_FRC_free_plugin_data

No description available for this symbol.

Syntax

forward fw_FRC_free_plugin_data() /* * This forward is called when the plugin punished a player! * Warning it punish_type is equal to PUNISH_ATTACK then this forward will be extremely often called! * * Arguments: * flasher - the person that needs to be punished * punish_type - type of punishment use the Punish enum! * * Return: * FRC_CONTINUE - continue the punishment * FRC_BLOCK - block the punishment * * Notes: Will work only when the plugin has the punish system on and the plugin itself is turned on! */ forward fw_FRC_punish(flasher, punish_type) /* * This forward is called when the plugin does the special check to block flashing players if one teammate is flashed! * * Arguments: * start - start position of the trace * end - end position of the trace * conditions - this should normally be DONT_IGNORE_MONSTERS, this acts as the conditions of TraceLine * ignore_ent - entity that is to be ignored * trace_handle - use get_tr2() from fakemeta, here we have the info that we need! * - This is the tracehandle of the plugin, any modifications will be seen! *
Defined in frc.inc at line 107 . This documentation was automatically generated from source.