Difference between revisions of "DCS func addGroup"
From DCS World Wiki - Hoggitworld.com
Line 104: | Line 104: | ||
lateActivation boolean value that can override start_time to force the group to spawn in via trigger | lateActivation boolean value that can override start_time to force the group to spawn in via trigger | ||
hidden boolean whether or not the group is visible on the F10 map view | hidden boolean whether or not the group is visible on the F10 map view | ||
+ | hiddenOnPlanner boolean if true the group will be hidden on the mission planner available in single player. | ||
+ | hiddenOnMFD boolean if true this group will not be auto populated on relevant aircraft map screens and avionics. For instance SAM rings in F-16/F-18 and AH-64 threats pages | ||
route table complex table defining the route and tasks assigned to the group | route table complex table defining the route and tasks assigned to the group | ||
Line 114: | Line 116: | ||
Optional Group Values (Ground and Ships) | Optional Group Values (Ground and Ships) | ||
visible boolean For whether or not the group is visible before its start time | visible boolean For whether or not the group is visible before its start time | ||
+ | uncontrollable boolean corresponds to "Game Master Only" setting in editor. Dictates whether or not ground commanders can give orders to the group. | ||
Required Unit values | Required Unit values | ||
Line 132: | Line 135: | ||
heading number heading of the object in radians | heading number heading of the object in radians | ||
skill string of the units skill level. Can be "Excellent", "High", "Good", "Average", "Random", "Player" | skill string of the units skill level. Can be "Excellent", "High", "Good", "Average", "Random", "Player" | ||
+ | |||
+ | Optional Unit Values for Ground | ||
+ | |||
+ | coldAtStart boolean if true the vehicle will start with its engine off and should take some time to appear on FLIR | ||
+ | playerCanDrive boolean if true Combined Arms players can take direct control of the unit. | ||