API:GetMapPointTypeName
Aus WARWiki
Keine Beschreibung verfügbar.
Nutzung
API:GetMapPointTypeName()
Diese Funktion übernimmt keine Argumente.
Diese Funktion gibt keine Werte zurück.
Source Code
function GetMapPointTypeName( id )
if (id == nil ) then
ERROR(L"Invalid params to GetMapPointTypeName( id): id is nil")
return L""
end
return GetStringFromTable("MapPointTypes", id)
end