Difference between revisions of "DCS func getLauncher"

From DCS World Wiki - Hoggitworld.com
m (1 revision imported)
 
 
Line 3: Line 3:
 
|fName= getLauncher
 
|fName= getLauncher
  
|vNum= 1.2.0
+
|vNum= 1.2.4
  
 
|par1= [[DCS_Class_Weapon|Weapon]]
 
|par1= [[DCS_Class_Weapon|Weapon]]
Line 43: Line 43:
 
}}
 
}}
 
[[Category:Class Functions|getLauncher]]
 
[[Category:Class Functions|getLauncher]]
 +
[[Category:Game Patch 1.2.4|getLauncher]]

Latest revision as of 00:10, 21 March 2022

Scripting Root

Envrioment: Mission Scripting
Function: getLauncher Added with: 1.2.4
Member Of: Weapon
Syntax: Unit Weapon.getLauncher(Class Self )
Description: Returns the Unit object that had launched the weapon.


Return Value: Unit
Return Example:
Examples:
Related Functions: getLauncher, getTarget, getCategoryEx

Inherited from Object Class: isExist, destroy, getCategory, getTypeName, getDesc, hasAttribute, getName, getPoint, getPosition, getVelocity, inAir

Inherited from Coalition Object Class: getCoalition, getCountry

Notes: