Difference between revisions of "DCS func getResourceMap"
From DCS World Wiki - Hoggitworld.com
(Created page with "{{Template:dcs_funcs |fName= getResourceMap |vNum= 2.8.8 |par1= Airbase |par2= |par3= |par4= |desc= Returns the wsType of every object that exis...") |
|||
Line 37: | Line 37: | ||
|rtnType= table | |rtnType= table | ||
− | |rtnExample= | + | |rtnExample= A table indexed by string of the object name containing the wsType table associated with the object. |
+ | { | ||
+ | ["S-60_Type59_Artillery"] = { [1] = 2, [2] = 16, [3] = 26, [4] = 259, }, | ||
+ | ["Daimler_AC"] = { [1] = 2, [2] = 17, [3] = 26, [4] = 7, }, | ||
+ | ["weapons.shells.KDA_35_FAPDS"] = { [1] = 0, [2] = 0, [3] = 0, [4] = 0, }, | ||
+ | ["weapons.missiles.P_24T"] = { [1] = 4, [2] = 4, [3] = 7, [4] = 26, | ||
+ | } | ||
|reqType1= Class | |reqType1= Class |