Difference between revisions of "DCS func getDescByName"
From DCS World Wiki - Hoggitworld.com
m (1 revision imported) |
|||
Line 5: | Line 5: | ||
|vNum= 1.2.0 | |vNum= 1.2.0 | ||
− | |par1= [[ | + | |par1= [[DCS_Class_Unit|Unit]] |
− | |par2= | + | |par2= [[DCS_Class_Static_Object|Static Object]] |
− | |par3= | + | |par3= [[DCS_Class_Weapon|Weapon]] |
− | |par4= | + | |par4= [[DCS_Class_Airbase|Airbase]] |
|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. | ||
− | Function | + | Function works with [[DCS_Class_Unit|Unit]], [[DCS_Class_Static_Object|Static Object]], [[DCS_Class_Scenery_Object|Scenery Object]], [[DCS_Class_Airbase|Airbase]] |
|rtnType= table | |rtnType= table | ||
Line 77: | Line 77: | ||
|related= | |related= | ||
− | [[ | + | [[DCS_Class_Unit|'''Unit Functions:''']] {{listOfScriptingUnitFuncs}} |
+ | |||
+ | [[DCS_Class_Unit|'''StaticObject Functions:''']] {{listofScriptingObjectFuncs}} | ||
+ | |||
+ | [[DCS_Class_Unit|'''Weapon Functions:''']] {{listOfScriptingWeaponFuncs}} | ||
+ | |||
+ | [[DCS_Class_Unit|'''Airbase Functions:''']] {{listOfScriptingAirbaseFuncs}} | ||
|examples= local a10CDataTable = Unit.getDescByName('A-10C') | |examples= local a10CDataTable = Unit.getDescByName('A-10C') |