BIS fnc credits: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(Added syntax, params, example.)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Opens credits, identical to those found in main menu (ArmA3). Present in ArmA3. |= Description
 
Description:
Opens ORBAT style credits
 
Parameter(s): None
 
Returns:
BOOL
*/
 
//--- Initialize global variables
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_credits]]; --> |= Syntax
| [] spawn [[BIS_fnc_credits]]; |= Syntax


|p1= |= Parameter 1
|p1= [[Nothing]] - No parameters needed. |= Parameter 1


| |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>0 = [] spawn '''BIS_fnc_credits''';</code> |=  
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 21:46, 1 October 2014


Hover & click on the images for description

Description

Description:
Opens credits, identical to those found in main menu (ArmA3). Present in ArmA3.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[] spawn BIS_fnc_credits;
Parameters:
Nothing - No parameters needed.
Return Value:
Nothing

Examples

Example 1:
0 = [] spawn BIS_fnc_credits;

Additional Information

See also:
See also needed

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

Bottom Section