mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-20 13:15:12 -04:00
parent
462cd5bf77
commit
6a6832f8c3
4 changed files with 34 additions and 7 deletions
|
@ -36,7 +36,17 @@ class CUnit : public CDialog
|
|||
public:
|
||||
void UpdateStrings();
|
||||
CString m_strength;
|
||||
void Init(CString house = "", CString strength = "256", CString direction = "64", CString action = "Guard", CString tag = "None", CString flag1 = "0", CString flag2 = "0", CString flag3 = "0", CString flag4 = "0", CString flag5 = "0", CString flag6 = "0");
|
||||
void Init(CString house = "",
|
||||
CString strength = "256",
|
||||
CString direction = "0",
|
||||
CString action = "Guard",
|
||||
CString tag = "None",
|
||||
CString flag1 = "0",
|
||||
CString flag2 = "0",
|
||||
CString flag3 = "0",
|
||||
CString flag4 = "0",
|
||||
CString flag5 = "0",
|
||||
CString flag6 = "0");
|
||||
CUnit(CWnd* pParent = NULL); // Standardkonstruktor
|
||||
|
||||
// Dialogfelddaten
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue