Component: HTTP Params ( Comms): Difference between revisions
Appearance
Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | MatrixTSL |- | width="20%" style="color:gray;" | Version | 0.1 |- | width="20%" style="color:gray;..." |
m Text replacement - "class="wikitable" style="width:60%; background-color:#FFFFFF;"" to "class="mtx-class-macrotable wikitable"" |
||
| Line 60: | Line 60: | ||
===CheckParameter=== | ===CheckParameter=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
| Line 79: | Line 79: | ||
===GetParameterAsFloat=== | ===GetParameterAsFloat=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
| Line 98: | Line 98: | ||
===GetParameterAsNumber=== | ===GetParameterAsNumber=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
| Line 117: | Line 117: | ||
===GetParameterAsString=== | ===GetParameterAsString=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
| Line 137: | Line 137: | ||
==Property reference== | ==Property reference== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]] | | width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]] | ||
Revision as of 14:15, 13 July 2026
| Author | MatrixTSL |
| Version | 0.1 |
| Category | Comms |
HTTP Params component
Component designed to collect parameters from the URL.
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
CheckParameter
| CheckParameter | |
| Checks to see if a specific parameter exists | |
| Parameter | |
| Patameter name string | |
| Return | |
GetParameterAsFloat
| GetParameterAsFloat | |
| Gets the value of the selected parameter formatted as an number | |
| Parameter | |
| Patameter name string | |
| Return | |
GetParameterAsNumber
| GetParameterAsNumber | |
| Gets the value of the selected parameter formatted as an number | |
| Parameter | |
| Patameter name string | |
| Return | |
GetParameterAsString
| GetParameterAsString | |
| Gets the value of the selected parameter | |
| Parameter | |
| Patameter name string | |
| Return | |
Property reference
| Properties |
Component Source Code
Please click here to download the component source project: FC_Comp_Source_WEBEXP_HttpParams.fcsx
Please click here to view the component source code (Beta): FC_Comp_Source_WEBEXP_HttpParams.fcsx