Home
last modified time | relevance | path

Searched refs:mkArrayAdapt (Results 1 – 7 of 7) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/game/
H A DC4GameVersion.h46 pComp->Value(mkArrayAdapt(iVer,2,0)); in CompileFunc()
/dports/games/openclonk/openclonk-release-8.1-src/src/network/
H A DC4League.cpp182 pComp->Value(mkNamingAdapt(mkArrayAdapt(Leagues, C4NetMaxLeagues, ""), "League")); in CompileFunc()
183 pComp->Value(mkNamingAdapt(mkArrayAdapt(Scores, C4NetMaxLeagues, 0), "Score")); in CompileFunc()
184 pComp->Value(mkNamingAdapt(mkArrayAdapt(Ranks, C4NetMaxLeagues, 0), "Rank")); in CompileFunc()
185 pComp->Value(mkNamingAdapt(mkArrayAdapt(RankSymbols, C4NetMaxLeagues, 0), "RankSymbol")); in CompileFunc()
H A DC4Packet2.cpp547 pComp->Value(mkNamingAdapt(mkArrayAdapt(iDisIDs, iDisIDCnt), "Discovers", -1)); in CompileFunc()
H A DC4Network2Reference.cpp119 pComp->Value(mkNamingAdapt(mkArrayAdapt(Addrs, iAddrCnt, C4Network2Address()), "Address")); in CompileFunc()
/dports/games/openclonk/openclonk-release-8.1-src/src/lib/
H A DStdAdaptors.h328 inline StdArrayAdapt<T> mkArrayAdapt(T *pArray, int iSize) { return StdArrayAdapt<T>(pArray, iSize)… in mkArrayAdapt() function
329 #define mkArrayAdaptM(A) mkArrayAdapt(A, sizeof(A) / sizeof(*(A)))
380 inline StdArrayDefaultAdapt<T, D> mkArrayAdapt(T *pArray, size_t iSize, const D &rDefault) { return… in mkArrayAdapt() function
381 #define mkArrayAdaptDM(A, D) mkArrayAdapt(A, sizeof(A) / sizeof(*(A)), D)
/dports/games/openclonk/openclonk-release-8.1-src/src/control/
H A DC4Teams.cpp133 pComp->Value(mkNamingAdapt(mkArrayAdapt(piPlayers, iPlayerCount, -1), "Players")); in CompileFunc()
H A DC4Control.cpp402 pComp->Value(mkNamingAdapt(mkArrayAdapt(pObjNrs, iObjCnt), "Objs", 0)); in CompileFunc()
1396 pComp->Value(mkNamingAdapt(mkArrayAdapt(pObjects, iObjectNum), "Objs", -1)); in CompileFunc()