Home
last modified time | relevance | path

Searched refs:info_convertTypeToString (Results 1 – 3 of 3) sorted by relevance

/dports/games/spring/spring_98.0/rts/System/
H A DInfo.h40 const char* info_convertTypeToString(InfoValueType infoValueType);
H A DInfo.cpp46 const char* info_convertTypeToString(InfoValueType infoValueType) { in info_convertTypeToString() function
/dports/games/spring/spring_98.0/tools/unitsync/
H A Dunitsync.cpp1839 + info_convertTypeToString(infoItem->valueType) in CheckInfoValueType()
1840 + " as " + info_convertTypeToString(requiredValueType) + "."); in CheckInfoValueType()
1860 type = info_convertTypeToString(GetInfoItem(infoIndex)->valueType); in GetInfoType()