Difference between revisions of "BIS fnc help"
Jump to navigation
Jump to search
Line 41: | Line 41: | ||
<dl class='command_description'> | <dl class='command_description'> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
+ | Make a trigger with the following data: | ||
+ | Cond: !isnil "bis_fnc_init" | ||
+ | |||
+ | OnAct: [] call BIS_fnc_help; | ||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 14:01, 16 August 2009
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:
- 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
-
Make a trigger with the following data:
Cond: !isnil "bis_fnc_init"
OnAct: [] call BIS_fnc_help;