Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DSoldier_Init_List.h48 SOLDIERINITNODE* FindSoldierInitNodeWithID( UINT16 usID );
H A DSoldier_Init_List.cc1437 SOLDIERINITNODE* FindSoldierInitNodeWithID( UINT16 usID ) in FindSoldierInitNodeWithID() function
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Editor/
H A DEditorMercs.cc949 gpSelected = FindSoldierInitNodeWithID( (UINT8)sID ); in IndicateSelectedMerc()