Are there any methods for obtaining the name of a unit type, without creating a dummy instance of it?
Or, if not, should there be any performance considerations I should be aware of when creating dummy instances? (Edit: I'm determining the unit type's name during the map initialization) |