BIS fnc openFieldManual: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Function|= ____________________________________________________________________________________________ | a3 |= Game |1.36|= Game Version (number surrounded by NO SPACES) ...")
(cat)
Line 43: Line 43:
<!-- Appropriate categories go here -->
<!-- Appropriate categories go here -->
[[Category:Arma 3: Functions|{{uc:{{PAGENAME}}}}]]
[[Category:Arma 3: Functions|{{uc:{{PAGENAME}}}}]]
[[Category:Functions|{{uc:openFieldManual}}]]

Revision as of 03:15, 12 April 2015

-wrong parameter ("a3") defined!-[[:Category:Introduced with a3 version 1.36|1.36]]
Hover & click on the images for description

Description

Description:
  • Opens Field Manual in briefing (SP, MP Server, MP Client) and players's map.
  • Selects the topic and hint passed as parameters
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
["string1", "string2",...] call BIS_fnc_openFieldManual
Parameters:
ARRAY OF STRINGS - Class names of topic and hint that will be selected in the opened Field Manual (e. g. ["Damage", "HitDamage"])
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

[[Category:Introduced with a3 version 1.36]][[ Category: a3: New Functions | BIS FNC OPENFIELDMANUAL]][[ Category: a3: Functions | BIS FNC OPENFIELDMANUAL]]

Bottom Section