- Added check that cohorts cannot have the same name.
- Made clearer that cohorts cannot have the same name in the docs.
This commit is contained in:
Frank
2022-07-25 22:45:43 +02:00
parent ab00d9534d
commit 3bb36044c1
4 changed files with 14 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ PLATOON.version="0.1.0"
-- @param #PLATOON self
-- @param #string TemplateGroupName Name of the template group.
-- @param #number Ngroups Number of asset groups of this platoon. Default 3.
-- @param #string PlatoonName Name of the platoon, e.g. "VFA-37".
-- @param #string PlatoonName Name of the platoon. Must be **unique**!
-- @return #PLATOON self
function PLATOON:New(TemplateGroupName, Ngroups, PlatoonName)