mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add headers for onLoadouts funcs and verifyLoadout
This commit is contained in:
@ -1,3 +1,14 @@
|
||||
/*
|
||||
* Author: Alganthe
|
||||
* onUnLoad EH for ACE3's arsenal loadouts display
|
||||
*
|
||||
* Arguments:
|
||||
*
|
||||
* Return Value:
|
||||
* None
|
||||
*
|
||||
* Public: No
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
#include "..\defines.hpp"
|
||||
|
||||
|
@ -1,3 +1,17 @@
|
||||
/*
|
||||
* Author: Alganthe
|
||||
* onLoad EH for ACE3's arsenal loadouts display
|
||||
*
|
||||
* Arguments:
|
||||
* 0: Ignored
|
||||
* 1: Arguments <ARRAY>
|
||||
* 1.1: Display <DISPLAY>
|
||||
*
|
||||
* Return Value:
|
||||
* None
|
||||
*
|
||||
* Public: No
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
#include "..\defines.hpp"
|
||||
|
||||
|
@ -1,3 +1,15 @@
|
||||
/*
|
||||
* Author: Alganthe
|
||||
* Verify the provided loadout
|
||||
*
|
||||
* Arguments:
|
||||
* 0: Loadout <ARRAY> (getUnitLoadout format)
|
||||
*
|
||||
* Return Value:
|
||||
* Verified loadout and missing / unavailable items list and count <ARRAY>
|
||||
*
|
||||
* Public: No
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
#include "..\defines.hpp"
|
||||
|
||||
|
Reference in New Issue
Block a user