mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 12:52:41 +00:00
* Fix spelling and casing of types * Fix spelling and casing * Fix syntax of multi-types and plural of types * POSITION -> ARRAY * Remove implicit nil * Fix type * Remove optional type * Rename BOOLEAN to BOOL * Add helper script * Add docs * Remove optional * Unify optional argument syntax * Fix spelling of public functions * Fix for multiple types * Update fnc_getDelayItem.sqf * Apply review findings * Fix more findings * Fix type * Move default value after TYPE * Do not allow for | in types and allow nested types using < > * Fix spelling * Improve validation of argument type for documentation * Apply suggestions from code review Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com> * Standardize header syntax --------- Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>