Jump to content

API System.Call.CallMacro HF

From Flowcode Help
Revision as of 14:39, 7 August 2026 by Wiki bot (talk | contribs) (Created page with "{| class="mtx-class-macrotable wikitable" |- | width="10%" align="center" class="mtx-class-macrohead" | File:Fc9-comp-macro.png | width="90%" class="mtx-class-macrohead" | '''CallMacro_HF''' |- | colspan="2" | Calls a top-level user macro (with 2 parameters: Handle, Float)  |- |- | width="10%" align="center" | File:Fc9-string-icon.png - STRING | width="90%" | MsgName |- | colspan="2" | The name of the macro to call  |- | width="10%" align="...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
CallMacro_HF
Calls a top-level user macro (with 2 parameters: Handle, Float) 
- STRING MsgName
The name of the macro to call 
- HANDLE Param1
The value of the 1st parameter (Handle) 
- FLOAT Param2
The value of the 2nd parameter (Float) 
- BOOL Return


Detailed description

Examples