Difference between revisions of "DCS func getName"
From DCS World Wiki - Hoggitworld.com
m (1 revision imported) |
|||
Line 16: | Line 16: | ||
Function also works with [[DCS_Class_Unit|Unit]], [[DCS_Class_Static_Object|Static Object]], [[DCS_Class_Airbase|Airbase]] | Function also works with [[DCS_Class_Unit|Unit]], [[DCS_Class_Static_Object|Static Object]], [[DCS_Class_Airbase|Airbase]] | ||
+ | |||
+ | When run as Object.getName(obj) the value can be different than if run via Unit.getName(obj) or obj:getName(). It appears to be returning the runtime Id. | ||
|rtnType= string | |rtnType= string |