UPDATE: OPS function params

- Added (Optional) to param descriptions for params that have default values
This commit is contained in:
Rolln-dev
2026-03-02 20:48:54 -07:00
parent ea3689791b
commit 4e910fcd7a
30 changed files with 874 additions and 875 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ FLOTILLA.version="0.1.0"
--- Create a new FLOTILLA object and start the FSM.
-- @param #FLOTILLA self
-- @param #string TemplateGroupName Name of the template group.
-- @param #number Ngroups Number of asset groups of this flotilla. Default 3.
-- @param #number Ngroups (Optional) Number of asset groups of this flotilla. Default 3.
-- @param #string FlotillaName Name of the flotilla. Must be **unique**!
-- @return #FLOTILLA self
function FLOTILLA:New(TemplateGroupName, Ngroups, FlotillaName)