fw_FRC_postflash
No description available for this symbol.
Syntax
forward fw_FRC_postflash(flasher, flashed, flashbang, amount) /* * This forward is called when the flashbang begins searching for players, aka explodes. * Before this forward the plugin registers all the * It can't be blocked. * * Arguments: * flashbang_entity - the flashbang entity * owner - the entity owner * * Return: * No return! * * Notes: Will work even if plugin is turned off! */ forward fw_FRC_flashbang_explosion(flashbang_entity, owner) /* * This forward is called when the plugin free the data such as flasher entity and flash owner * * Return: * No return! * * Notes: Will work even if plugin is turned off! */ forward fw_FRC_free_plugin_data()
Usage
| flasher | — |
| flashed | — |
| flashbang | — |
| amount | — |
Defined in
frc.inc
at line 79
.
This documentation was automatically generated from source.