VN_fnc_onArsenalOpened
Revision as of 01:05, 5 May 2022 by Slow (talk | contribs) (Created page with "{{Function |v= 1.00 |author=veteran29 |a= |e= |g1= vn_weapons_functions |d= <pre>Handle arsenal display open.</pre> |s= [_ctrl] call VN_fnc_onArsenalOpened; |p1n=_ct...")
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by veteran29 |
|
Description
Handle arsenal display open.
Syntax
- Syntax
- [_ctrl] call VN_fnc_onArsenalOpened;
- Parameters
- _ctrl: Control - (Optional, default
controlNull
) Dummy arsenal load handling control. - Return value
- Boolean - Function reached the end.
Examples
- Example 1
- [] call vn_fnc_onArsenalOpened;