Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/control/
H A DC4Control.cpp937 pComp->Value(mkNamingAdapt(mkIntAdaptT<uint8_t>(eType), "Type", CUT_None)); in CompileFunc()
1390 pComp->Value(mkNamingAdapt(mkIntAdaptT<uint8_t>(eAction), "Action")); in CompileFunc()
1468 pComp->Value(mkNamingAdapt(mkIntAdaptT<uint8_t>(eAction), "Action")); in CompileFunc()
1469 pComp->Value(mkNamingAdapt(mkIntAdaptT<uint8_t>(iMode), "Mode", LandscapeMode::Undefined)); in CompileFunc()
1608 pComp->Value(mkNamingAdapt(mkIntAdaptT<uint8_t>(eType), "Type", C4CMT_Normal)); in CompileFunc()
1803 pComp->Value(mkNamingAdapt(mkIntAdaptT<uint8_t>(eType), "Type", VT_None)); in CompileFunc()
1934 comp->Value(mkNamingAdapt(mkIntAdaptT<uint8_t>(action), "Action", CEG_None)); in CompileFunc()
/dports/games/openclonk/openclonk-release-8.1-src/src/network/
H A DC4Packet2.cpp230 pComp->Value(mkNamingAdapt(mkIntAdaptT<uint8_t>(eID), "ID", PID_None)); in CompileFunc()
589 pComp->Value(mkNamingAdapt(mkIntAdaptT<uint8_t>(eDelivery), "Delivery", CDT_Queue)); in CompileFunc()
/dports/games/openclonk/openclonk-release-8.1-src/src/lib/
H A DStdAdaptors.h248 template <class int_t, class T> StdIntAdapt<T, int_t> mkIntAdaptT(T &rValue) { return StdIntAdapt<T… in mkIntAdaptT() function
801 pComp->Value(mkIntAdaptT<int_t>(rVal)); in CompileFunc()
819 pComp->Value(mkIntAdaptT<int_t>(rVal)); in CompileFunc()