BIS fnc credits: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (page clean-up)
Line 12: Line 12:


| [] spawn [[BIS_fnc_credits]]; |= Syntax
| [] spawn [[BIS_fnc_credits]]; |= Syntax
|p1= [[Nothing]] - No parameters needed. |= Parameter 1


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


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


Line 37: Line 35:
[[Category:{{Name|tkoh}}: Functions|{{uc:credits}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:credits}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:credits}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:credits}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on October 1, 2014 - 19:48 (UTC)</dd>
<dt class="note">[[User:Tryteyker-|Tryteyker-]]</dt>
<dd class="note">
Will '''crash to desktop''' if [[call|called]] instead of spawned. Tested on ArmA3 v1.31.127406 (01/OCT/2014).
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 17:59, 27 May 2018


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;
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