fw_FRC_preflash

No description available for this symbol.

Syntax

forward fw_FRC_preflash(flasher, flashed, flashbang, amount) /* * This forward is called after the flash message is sent to the player. * This forward can not be blocked and will not execute if preflash is blocked! * * Arguments: * flasher - the owner of the flashbang * flashed - the person who was flashed * flashbang - the flashbang entity | this entity will be equal with flasher if called with FRC_flash_player * amount - the alpha of the screenfade * * Return: * No return! * * Notes: Will work even if plugin is turned off! */ 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:

Usage

flasher
flashed
flashbang
amount
Defined in frc.inc at line 61 . This documentation was automatically generated from source.