BIS_fnc_help

From Bohemia Interactive Community
Revision as of 17:07, 25 July 2014 by Str (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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