BIS fnc help: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 52: Line 52:


<h3 style='display:none'>Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>
 
[[Category:Function Group: Debug|{{uc:help}}]]
[[Category:ArmA 2: Functions|HELP}}]]
[[Category:Functions|{{uc:help}}]]
[[Category:Take_On_Helicopters:_Functions|help]]
[[Category:{{Name|arma2}}: Functions|{{uc:help}}]]
[[Category:Function Group: Debug|help]]
[[Category:{{Name|arma2oa}}: Functions|{{uc:help}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:help}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:help}}]]

Revision as of 17:07, 25 July 2014

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

Notes

Usefull tips, make a trigger with the following data: Cond: !isnil "bis_fnc_init" OnAct: [] call BIS_fnc_help;

Bottom Section