From Savage Game Design Wiki
Jump to navigation
Jump to search
Description
/*
FILE: fn_zeus_ordnance.sqf
DATE: 18-05-2020
AUTHOR: Ethan Johnson
DESCRIPTION:
Ordnance function which allows zeus modules to fire ordanance.
PARAMETERS:
(0): OBJECT - Logic object
(1): ARRAY - Array of units
(2): BOOL - Logic activated
RETURNS:
NONE
*/
(Placeholder description extracted from the function header by LM_exportFunctionsToWiki.sqf)
Syntax
- Syntax
- [] call VN_fnc_zeus_ordnance;
- Return value
- Nothing
Examples
- Example 1
-