Difference between revisions of "BIS fnc help"

From Bohemia Interactive Community
Jump to navigation Jump to search
(username removed)
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
Line 1: Line 1:
 +
{{Command|=
 +
____________________________________________________________________________________________
  
{{Function|= Comments
+
| ARMA2 |=
 +
 
 +
|1.00|=
 +
 
 +
|arg= |= MPARGUMENTS
 +
 
 +
|eff= |= MPEFFECTS
 
____________________________________________________________________________________________
 
____________________________________________________________________________________________
  
| arma2 |= Game name
+
| Shows Function Library viewer, which contains list of all available functions, both official and unofficial.
 +
 
 +
[[Image:Fnc_help.jpg|200px]]
  
|1.00|= Game version
+
|=
 
____________________________________________________________________________________________
 
____________________________________________________________________________________________
  
| <pre>/*
+
| [] call '''BIS_fnc_help'''  |=
  
Description:
+
|p1= |= PARAMETER1
Display a list of all available functions
 
  
Parameter(s):
+
|p2= |= PARAMETER2
NONE
 
  
Returns:
+
|p3= |= PARAMETER3
NOTHING
 
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
 
____________________________________________________________________________________________
 
  
| <!-- [] call [[BIS_fnc_help]]; --> |= Syntax
+
| [[Boolean]] |= RETURNVALUE
  
|p1= |= Parameter 1
 
  
| |= Return value
+
|x1= <code>[] call bis_fnc_help</code>|= EXAMPLE1
 
____________________________________________________________________________________________
 
____________________________________________________________________________________________
  
|x1= <code></code> |=  
+
| [[Functions Library]] |= SEEALSO
 +
 
 +
|= MPBEHAVIOUR
 
____________________________________________________________________________________________
 
____________________________________________________________________________________________
 
| |= See also
 
 
 
}}
 
}}
  
<h3 style="display:none">Notes</h3>
+
<h3 style='display:none'>Notes</h3>
<dl class="command_description">
+
<dl class='command_description'>
 
<!-- Note Section BEGIN -->
 
<!-- Note Section BEGIN -->
  
Line 43: Line 45:
 
</dl>
 
</dl>
  
<h3 style="display:none">Bottom Section</h3>
+
<h3 style='display:none'>Bottom Section</h3>
[[Category:Function Group: Debug|{{uc:help}}]]
+
 
[[Category:Functions|{{uc:help}}]]
+
[[Category:ArmA2: Functions|BIS_FNC_HELP}}]]
[[Category:{{Name|arma2}}: Functions|{{uc:help}}]]
 
[[Category:{{Name|arma2oa}}: Functions|{{uc:help}}]]
 
[[Category:{{Name|tkoh}}: Functions|{{uc:help}}]]
 
[[Category:{{Name|arma3}}: Functions|{{uc:help}}]]
 

Revision as of 13:21, 31 May 2009

Hover & click on the images for description

Description

Description:
Shows Function Library viewer, which contains list of all available functions, both official and unofficial. Fnc help.jpg
Groups:
Uncategorised

Syntax

Syntax:
[] call BIS_fnc_help
Return Value:
Boolean

Examples

Example 1:
[] call bis_fnc_help

Additional Information

See also:
Functions Library

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

Notes

Bottom Section