Component: HTTP Params ( Comms): Difference between revisions
Appearance
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;"" to "width="10%" align="center" class="mtx-class-macrohead"" |
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead"" |
||
| Line 63: | Line 63: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''CheckParameter''' | ||
|- | |- | ||
| colspan="2" | Checks to see if a specific parameter exists | | colspan="2" | Checks to see if a specific parameter exists | ||
| Line 82: | Line 82: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetParameterAsFloat''' | ||
|- | |- | ||
| colspan="2" | Gets the value of the selected parameter formatted as an number | | colspan="2" | Gets the value of the selected parameter formatted as an number | ||
| Line 101: | Line 101: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetParameterAsNumber''' | ||
|- | |- | ||
| colspan="2" | Gets the value of the selected parameter formatted as an number | | colspan="2" | Gets the value of the selected parameter formatted as an number | ||
| Line 120: | Line 120: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetParameterAsString''' | ||
|- | |- | ||
| colspan="2" | Gets the value of the selected parameter | | colspan="2" | Gets the value of the selected parameter | ||
| Line 140: | Line 140: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Properties''' | ||
|- | |- | ||
|} | |} | ||
Latest revision as of 14:23, 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