Jump to content

Event Compile.AddInterrupt: Difference between revisions

From Flowcode Help
JonnyW (talk | contribs)
XML import
No edit summary
Line 1: Line 1:
<sidebar>Event Contents</sidebar>
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
Sent to a component to allow dynamic amendment of a single interrupts code
|-
 
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
This event is part of the [[Event class Compile|Compile]] class
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''AddInterrupt'''
 
|-
__TOC__
| colspan="2" | Sent to a component to allow dynamic amendment of a single interrupts code&nbsp;
 
|-
==Parameters==
|-
[[Variable Types|STRING]] ''HandlerCode''
| width="10%" align="center" | [[File:Fc9-string-icon.png]] - STRING
:Text to amend for interrupt
| width="90%" | HandlerCode
:''This parameter is returned back to Flowcode''
|-
 
| colspan="2" | Text to amend for interrupt&nbsp;
 
|-
==Return value==
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - Non-zero to block code insertion
[[Variable Types|ULONG]]
| width="90%" style="border-top: 2px solid #000;" | ''Return''
Non-zero to block code insertion
|}





Revision as of 11:42, 16 January 2023

AddInterrupt
Sent to a component to allow dynamic amendment of a single interrupts code 
- STRING HandlerCode
Text to amend for interrupt 
- Non-zero to block code insertion Return


Detailed description

No additional information


Examples

No additional examples