BIS fnc openFieldManual: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 |Game= | | arma3 |Game= | ||
|1.36 | |1.36 | ||
|gr1 = Systems | |gr1 = Systems | ||
| Opens Field Manual in briefing (SP, MP Server, MP Client) and players's map or journal. | | Opens Field Manual in briefing (SP, MP Server, MP Client) and players's map or journal. | ||
Selects the topic and hint passed as parameters. | Selects the topic and hint passed as parameters. | ||
Can apply a (search) filter if desired. | Can apply a (search) filter if desired. | ||
| [topic, hint, display, filter] call [[BIS_fnc_openFieldManual]] | | [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") | ||
|p2= hint: [[String]] - Class name of a hint that will be selected in the opened Field Manual (e.g. "HitDamage") | |p2= hint: [[String]] - Class name of a hint that will be selected in the opened Field Manual (e.g. "HitDamage") | ||
|p3= display: [[Display]] - (Optional) desired parent [[Display]] to open the Field Manual display under | |p3= display: [[Display]] - (Optional) desired parent [[Display]] to open the Field Manual display under | ||
|p4= filter: [[String]] - (Optional) pre-filled search field filter in the opened Field Manual (recommended to use localized string) | |p4= filter: [[String]] - (Optional) pre-filled search field filter in the opened Field Manual (recommended to use localized string) | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>["Damage", "HitDamage"] [[call]] [[BIS_fnc_openFieldManual]];</code> | |x1= <code>["Damage", "HitDamage"] [[call]] [[BIS_fnc_openFieldManual]];</code> | ||
| | | | ||
}} | }} |
Revision as of 23:40, 17 January 2021
Description
- Description:
- Opens Field Manual in briefing (SP, MP Server, MP Client) and players's map or journal. Selects the topic and hint passed as parameters. Can apply a (search) filter if desired.
- 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