This repository was archived by the owner on Mar 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCTeamTypes.h
More file actions
60 lines (53 loc) · 1.63 KB
/
CTeamTypes.h
File metadata and controls
60 lines (53 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#pragma once
#include "FA2PP.h"
class NOVTABLE CTeamTypes : public ppmfc::CDialog
{
public:
CTeamTypes() = default;
//member properties
ppmfc::CStatic CSTMindControlDecision; // 92
ppmfc::CComboBox CCBTeamList; // 152
BOOL BOOL_Aggressive; // 212
BOOL BOOL_Annoyance; // 216
BOOL BOOL_AreTeamMembersRecruitable; // 220
BOOL BOOL_Autocreate; // 224
BOOL BOOL_AvoidThreats; // 228
BOOL BOOL_Droppod; // 232 CargoPlane
BOOL BOOL_Full; // 236
ppmfc::CString CString_Group; // 240
BOOL BOOL_GuardSlower; // 244
ppmfc::CString CString_House; // 248 Country infact
BOOL BOOL_IonImmune; // 252 Useless
BOOL BOOL_IsBaseDefense; // 256
BOOL BOOL_Loadable; // 260
BOOL BOOL_LooseRecruit; // 264
ppmfc::CString CString_Max; // 268
ppmfc::CString CString_Name; // 272
BOOL BOOL_OnlyTargetHouseEnemy; // 276
BOOL BOOL_OnTransOnly; // 280
BOOL BOOL_Prebuild; // 284
ppmfc::CString CString_Priority; // 288
BOOL BOOL_Recruiter; // 292;
BOOL BOOL_Reinforce; // 296
ppmfc::CString CString_Script; // 300
BOOL BOOL_Suicide; // 304
ppmfc::CString CString_TaskForce; // 308
ppmfc::CString CString_TechLevel; // 312
BOOL BOOL_TransportsReturnOnUnload; // 316
ppmfc::CString CString_Waypoint; // 320
BOOL BOOL_Whiner; // 324
ppmfc::CString CString_VeteranLevel; // 328
ppmfc::CString CString_Tag; // 332
ppmfc::CString CString_TransportWaypoint; // 336
ppmfc::CString CString_MindControlDecision; // 340
virtual void DoDataExchange(ppmfc::CDataExchange* pDX) override
{ JMP_THIS(0x5971EC); }
void OnBNNewTeamClicked()
{
JMP_THIS(0x4EEA50);
}
void OnCBCurrentTeamSelectedChanged()
{
JMP_THIS(0x4E7900);
}
};