BIS fnc openFieldManual: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
(Created page with "{{Function|= ____________________________________________________________________________________________ | a3 |= Game |1.36|= Game Version (number surrounded by NO SPACES) ...")
Line 1: Line 1:
{{Function|=
____________________________________________________________________________________________


{{Function|= Comments
| a3 |= Game
____________________________________________________________________________________________


| arma3 |= Game name
|1.36|= Game Version (number surrounded by NO SPACES)


|1.00|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
|  
Author: Muf (modified by Karel Moricky)
*Opens Field Manual in briefing (SP, MP Server, MP Client) and players's map.<br>
 
*Selects the topic and hint passed as parameters |= Description
Description:
____________________________________________________________________________________________
* Opens Field Manual in briefing (SP, MP Server, MP Client) and player's map.
* Selects the topic and hint passed as parameters.
 
Parameter(s):
0: ARRAY OF STRINGS - Class names of topic and hint that will be selected in the opened Field Manual (e. g. ["Damage", "HitDamage"]).


Returns:
| ["string1", "string2",...] [[call]] [[BIS_fnc_openFieldManual]]|= Syntax
NOTHING
*/


|p1= ARRAY OF STRINGS - Class names of topic and hint that will be selected in the opened Field Manual (e. g. ["Damage", "HitDamage"]) |= Parameter 1


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| Nothing |= Return Value
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_openFieldManual]]; --> |= Syntax
|p1= |= Parameter 1


| |= Return value
|mp=  |= Multiplayer Behaviour
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>["Damage", "HitDamage"] [[call]] [[BIS_fnc_openFieldManual]];</code> |= Example 1
____________________________________________________________________________________________


| |= See also
| |= See Also


}}
}}


<h3 style="display:none">Notes</h3>
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- BEGIN Note Section -->
 
<!-- For example:
<!-- Note Section END -->
<dd class="notedate">Posted on Month Day, Year - Time (UTC)</dd>
<dt class="note">'''[[User:User Name|User Name]]'''</dt>
<dd class="note">This is an example note. It is true and verifiable, and contains a little code snippet.
<code>[[if]] ([[_this]] == anExample) [[then]] { [[hint]] "Leave it here for others to read"; };</code></dd>
-->
<!-- END Note Section -->
</dl>
</dl>


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: GUI|{{uc:openFieldManual}}]]
<!-- Appropriate categories go here -->
[[Category:Functions|{{uc:openFieldManual}}]]
[[Category:Arma 3: Functions|{{uc:{{PAGENAME}}}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:openFieldManual}}]]

Revision as of 00:40, 14 December 2014

-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