BIS fnc openFieldManual: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " +" to " ") |
Lou Montana (talk | contribs) m (Text replacement - " \| *(\[[a-zA-Z,. ]*\] call ('''|\[\[)?BI(N|S)_fnc_[a-zA-Z]+('''|\]\])?) * \|p1=" to " |s1=$1 |p1=") |
||
Line 9: | Line 9: | ||
Can apply a (search) filter if desired. | Can apply a (search) filter if desired. | ||
| [topic, hint, display, filter] call [[BIS_fnc_openFieldManual]] | |s1=[topic, hint, display, filter] call [[BIS_fnc_openFieldManual]] | ||
|p1= topic: [[String]] - Class name of a topic that will be selected in the opened Field Manual (e.g. "Damage") | |p1= topic: [[String]] - Class name of a topic that will be selected in the opened Field Manual (e.g. "Damage") |
Revision as of 15:58, 12 June 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Systems
Syntax
- Syntax:
- [topic, hint, display, filter] call BIS_fnc_openFieldManual
- Parameters:
- topic: String - Class name of a topic that will be selected in the opened Field Manual (e.g. "Damage")
- hint: String - Class name of a hint that will be selected in the opened Field Manual (e.g. "HitDamage")
- display: Display - (Optional) desired parent Display to open the Field Manual display under
- filter: String - (Optional) pre-filled search field filter in the opened Field Manual (recommended to use localized string)
- Return Value:
- Nothing
Examples
- Example 1:
["Damage", "HitDamage"] call BIS_fnc_openFieldManual;
Additional Information
- See also:
- See also needed
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note