BIS fnc help: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{Command|=
{{Function|=
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma2 |=
| arma2 |=
|1.00|=
|1.00|=


|arg= |= MPARGUMENTS
|game2= TKOH |=
|version2= 1.00 |=


|eff= |= MPEFFECTS  
|arg= local|= MPARGUMENTS
|eff= local|= MPEFFECTS  
____________________________________________________________________________________________
____________________________________________________________________________________________


| Shows Function Library viewer, which contains list of all available functions, both official and unofficial.
| Shows Function Library viewer, which contains list of all available functions, both official and unofficial.


[[Image:Fnc_help.jpg|200px]]
<gallery>
 
Image:Fnc_help.jpg|Arma 2
File:Take On Helicopters Functions Viewer.jpg|Take On Helicopters
</gallery>
|=
|=
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 32: Line 35:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Functions Library]] |= SEEALSO  
| [[Functions Library|Arma 2 Functions Library]], [[Take_On_Helicopters:_Functions_Library|Take On Helicopters Function Library]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  
Line 51: Line 54:


[[Category:ArmA 2: Functions|HELP}}]]
[[Category:ArmA 2: Functions|HELP}}]]
[[Category:Take_On_Helicopters:_Functions|help]]

Revision as of 08:46, 21 October 2011

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