BIS fnc help: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Layout) |
||
Line 44: | Line 44: | ||
<code>Cond: !isnil "bis_fnc_init" | <code>Cond: !isnil "bis_fnc_init" | ||
OnAct: [] call BIS_fnc_help;</code> | OnAct: [] call BIS_fnc_help;</code> | ||
<!-- Note Section END --> | <!-- Note Section END --> |
Revision as of 16:22, 22 September 2010
Description
- Description:
- Shows Function Library viewer, which contains list of all available functions, both official and unofficial.
- Groups:
- Uncategorised
Syntax
- Syntax:
- [] call BIS_fnc_help
- Return Value:
- Nothing
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
-
Usefull tips, make a trigger with the following data:
Cond: !isnil "bis_fnc_init"
OnAct: [] call BIS_fnc_help;