set_FRC_counter

No description available for this symbol.

Syntax

native set_FRC_counter(id, quantity) /* * This will set the duration of the flash [Use this in fw_FRC_preflash forward!] * Return is in 0.1 seconds! * Will return -1 on invalid call! */ native get_FRC_duration(flashed) /* * This will set the duration of the flash [Use this in fw_FRC_preflash forward!] * Duration is in 0.1 seconds! * Will return -1 on invalid call! */ native set_FRC_duration(flashed, duration) /* * This will set the hold time of the flash [Use this in fw_FRC_preflash forward!] * Return is in 0.1 seconds! * Will return -1 on invalid call! */ native get_FRC_holdtime(flashed) /* * This will set the hold time of the flash [Use this in fw_FRC_preflash forward!] * Duration is in 0.1 seconds! * Will return -1 on invalid call! */ native set_FRC_holdtime(flashed, duration)

Usage

id
quantity
Defined in frc.inc at line 213 . This documentation was automatically generated from source.