Add headers for onLoadouts funcs and verifyLoadout

This commit is contained in:
Josuan Albin
2017-11-05 13:56:36 +01:00
parent 1be5d92426
commit 57e10e6cba
3 changed files with 37 additions and 0 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"