Difference between revisions of "DCS func getUnit"
From DCS World Wiki - Hoggitworld.com
Line 7: | Line 7: | ||
|par1= [[DCS_Class_Group|Group]] | |par1= [[DCS_Class_Group|Group]] | ||
− | |par2= | + | |par2= [[DCS_Class_Airbase|Airbase]] |
|par3= | |par3= | ||
Line 14: | Line 14: | ||
|desc= Returns the unit object of the specified unitIndex within the group. If the index is not valid, this function will return nil. | |desc= Returns the unit object of the specified unitIndex within the group. If the index is not valid, this function will return nil. | ||
+ | |||
+ | If called from Airbase class it will return the unit or static object associated with the airbase. | ||
|rtnType= [[DCS_Class_Unit|Unit]] | |rtnType= [[DCS_Class_Unit|Unit]] | ||
Line 38: | Line 40: | ||
|related= | |related= | ||
[[DCS_Class_Group|'''Group Functions:''']] {{listOfScriptingGroupFuncs}} | [[DCS_Class_Group|'''Group Functions:''']] {{listOfScriptingGroupFuncs}} | ||
+ | |||
+ | [[DCS_Class_Airbase|'''AirbaseFunctions:''']] {{listOfScriptingAirbaseFuncs}} | ||
|notes= | |notes= | ||
}} | }} | ||
[[Category:Class Functions|getUnit]] | [[Category:Class Functions|getUnit]] | ||
[[Category:Game Patch 1.2.0|getUnit]] | [[Category:Game Patch 1.2.0|getUnit]] |