BIS fnc help: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (removed broken note)
Line 21: Line 21:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [] call '''BIS_fnc_help'''  |=
| [] [[call]] '''BIS_fnc_help'''  |=


|p1= |= PARAMETER1  
|p1= |= PARAMETER1  
Line 40: Line 40:
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
Usefull tips, make a trigger with the following data:
<code>Cond: !isnil "bis_fnc_init"
OnAct: [] call BIS_fnc_help;</code>
<!-- Note Section END -->
</dl>


<h3 style='display:none'>Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>

Revision as of 14:58, 10 May 2018

Hover & click on the images for description

Description

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

Syntax

Syntax:
[] call BIS_fnc_help
Return Value:
Nothing

Examples

Example 1:
[] call bis_fnc_help

Additional Information

See also:
Arma 2 Functions LibraryTake On Helicopters Function 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

Bottom Section