Difference between revisions of "DCS func getDescByName"
From DCS World Wiki - Hoggitworld.com
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Template: | + | {{Template:dcs_funcs_multiclass |
|fName= getDescByName | |fName= getDescByName | ||
− | |vNum= 1.2. | + | |vNum= 1.2.4 |
|par1= [[DCS_Class_Unit|Unit]] | |par1= [[DCS_Class_Unit|Unit]] | ||
− | |par2= [[DCS_Class_Static_Object| | + | |par2= [[DCS_Class_Static_Object|StaticObject]] |
− | |par3= [[ | + | |par3= [[DCS_Class_Airbase|Airbase]] |
− | |par4= [[ | + | |par4= [[DCS_Class_Scenery_Object|SceneryObject]] |
+ | |par5= | ||
+ | |par6= | ||
+ | |par7= | ||
|desc= Return a description table of the specified Object type. Object does not need to be in the mission in order to query its data. | |desc= Return a description table of the specified Object type. Object does not need to be in the mission in order to query its data. | ||
Line 80: | Line 83: | ||
[[DCS_Class_Unit|'''StaticObject Functions:''']] {{listofScriptingStaticFuncs}} | [[DCS_Class_Unit|'''StaticObject Functions:''']] {{listofScriptingStaticFuncs}} | ||
− | |||
− | |||
[[DCS_Class_Unit|'''Airbase Functions:''']] {{listOfScriptingAirbaseFuncs}} | [[DCS_Class_Unit|'''Airbase Functions:''']] {{listOfScriptingAirbaseFuncs}} | ||
Line 93: | Line 94: | ||
}} | }} | ||
[[Category:Class Functions|getDescByName]] | [[Category:Class Functions|getDescByName]] | ||
+ | [[Category:Game Patch 1.2.4|getDescByName]] |