Home
last modified time | relevance | path

Searched refs:EXTR_U16A (Results 1 – 6 of 6) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Strategic/
H A DScheduling.cc357 EXTR_U16A(d, node->usTime, lengthof(node->usTime)) in LoadSchedules()
358 EXTR_U16A(d, node->usData1, lengthof(node->usData1)) in LoadSchedules()
359 EXTR_U16A(d, node->usData2, lengthof(node->usData2)) in LoadSchedules()
394 EXTR_U16A( s, node->usTime, lengthof(node->usTime)) in LoadSchedulesFromSave()
395 EXTR_U16A( s, node->usData1, lengthof(node->usData1)) in LoadSchedulesFromSave()
396 EXTR_U16A( s, node->usData2, lengthof(node->usData2)) in LoadSchedulesFromSave()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DLoadSaveMercProfile.cc134 EXTR_U16A(S, p.usApproachFactor, lengthof(p.usApproachFactor)) in ExtractMercProfile()
145 EXTR_U16A(S, p.inv, lengthof(p.inv)) in ExtractMercProfile()
147 EXTR_U16A(S, p.usStatChangeChances, lengthof(p.usStatChangeChances)) in ExtractMercProfile()
148 EXTR_U16A(S, p.usStatChangeSuccesses, lengthof(p.usStatChangeSuccesses)) in ExtractMercProfile()
H A DLoadSaveObjectType.cc104 EXTR_U16A(d, o->usAttachItem, lengthof(o->usAttachItem)) in ExtractObject()
H A DLoadSaveSoldierType.cc219 EXTR_U16A(d, usPathingData, lengthof(usPathingData)) in ExtractSoldierType()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/sgp/
H A DLoadSaveData.h191 #define EXTR_U16A(S, D, Size) (S).readArray<UINT16>((D), (Size)); macro
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Laptop/
H A DLaptop.cc3432 EXTR_U16A( d, l.usInventoryListLength, lengthof(l.usInventoryListLength)) in LoadLaptopInfoFromSavedGame()