forked from Ares-Developers/YRpp
-
Notifications
You must be signed in to change notification settings - Fork 30
/
FootClass.h
223 lines (188 loc) · 8.73 KB
/
FootClass.h
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
/*
Base class for units that can move (that have "feet")
*/
#pragma once
#include <TechnoClass.h>
#include <ParasiteClass.h>
//forward declarations
class LocomotionClass;
class TeamClass;
class NOVTABLE FootClass : public TechnoClass
{
public:
static const auto AbsDerivateID = AbstractFlags::Foot;
static constexpr constant_ptr<DynamicVectorClass<FootClass*>, 0x8B3DC0u> const Array{};
//IPersistStream
//Destructor
virtual ~FootClass() RX;
//AbstractClass
//ObjectClass
//MissionClass
virtual int Mission_AreaGuard() override { JMP_THIS(0x4D6AA0); }
//TechnoClass
virtual void Destroyed(ObjectClass *Killer) RX;
virtual bool ForceCreate(CoordStruct& coord, DWORD dwUnk = 0) R0;
//FootClass
virtual void ReceiveGunner(FootClass* Gunner) RX;
virtual void RemoveGunner(FootClass* Gunner) RX;
virtual bool IsLeavingMap() const R0;
virtual bool vt_entry_4E0() const R0;
virtual bool CanDeployNow() const R0;
virtual void AddSensorsAt(CellStruct cell) RX;
virtual void RemoveSensorsAt(CellStruct cell) RX;
virtual CoordStruct* vt_entry_4F0(CoordStruct* pCrd) R0;
virtual void vt_entry_4F4() RX;
virtual bool vt_entry_4F8() R0;
virtual bool MoveTo(CoordStruct* pCrd) R0;
virtual bool StopMoving() R0;
virtual bool vt_entry_504() R0;
virtual bool ChronoWarpTo(CoordStruct pDest) R0; // fsds... only implemented for one new YR map trigger, other chrono events repeat the code...
virtual void Draw_A_SHP(
SHPStruct *SHP, int idxFacing, Point2D * Coords, RectangleStruct *Rectangle,
DWORD dwUnk5, DWORD dwUnk6, DWORD dwUnk7, ZGradient ZGradient,
DWORD dwUnk9, int extraLight, DWORD dwUnk11, DWORD dwUnk12,
DWORD dwUnk13, DWORD dwUnk14, DWORD dwUnk15, DWORD dwUnk16) RX;
virtual void Draw_A_VXL(
VoxelStruct *VXL, int HVAFrameIndex, int Flags, IndexClass<int, int> *Cache, RectangleStruct *Rectangle,
Point2D *CenterPoint, Matrix3D *Matrix, DWORD dwUnk8, DWORD DrawFlags, DWORD dwUnk10) RX;
virtual void GoBerzerk() RX;
virtual void Panic() RX;
virtual void UnPanic() RX; //never
virtual void PlayIdleAnim(int nIdleAnimNumber) RX;
virtual DWORD vt_entry_524() R0;
virtual DWORD vt_entry_528(TypeList<BuildingTypeClass*>* bList, DWORD dwUnk2, DWORD dwUnk3) const R0;
virtual BuildingClass* vt_entry_52C(BuildingTypeClass* bType, DWORD dwUnk2, DWORD dwUnk3, int* dwUnk4) const R0;
virtual DWORD vt_entry_530(DWORD dwUnk, DWORD dwUnk2, DWORD dwUnk3) const R0;
virtual void vt_entry_534(DWORD dwUnk, DWORD dwUnk2) RX;
virtual int GetCurrentSpeed() const R0;
virtual DWORD vt_entry_53C(DWORD dwUnk) R0;
virtual void vt_entry_540(DWORD dwUnk) RX;
virtual void SetSpeedPercentage(double percentage) RX;
virtual void vt_entry_548() RX;
virtual void vt_entry_54C() RX;
virtual bool vt_entry_550(DWORD dwUnk) R0;
bool CanBeRecruited(HouseClass *ByWhom) const
{ JMP_THIS(0x4DA230); }
// non-virtual
// only used by squid damage routines, normal wakes are created differently it seems
// creates 3 wake animations behind the unit
void CreateWakes(CoordStruct coords)
{ JMP_THIS(0x629E90); }
// can this jumpjet stay in this cell or not? (two jumpjets in one cell are not okay, locomotor kicks one of them out in the next frame)
bool Jumpjet_LocationClear() const
{ JMP_THIS(0x4135A0); }
void Jumpjet_OccupyCell(CellStruct Cell)
{ JMP_THIS(0x4E00B0); }
// changes locomotor to the given one, Magnetron style
// mind that this locks up the source too, Magnetron style
void FootClass_ImbueLocomotor(FootClass *target, CLSID clsid)
{ JMP_THIS(0x710000); }
// var $this = this; $.each($this.Passengers, function(ix, p) { p.Location = $this.Location; });
void UpdatePassengerCoords()
{ JMP_THIS(0x7104F0); }
void AbortMotion()
{ JMP_THIS(0x4DF0D0); }
bool UpdatePathfinding(CellStruct unkCell, CellStruct unkCell2, int unk3)
{ JMP_THIS(0x4D3920); }
// Removes the first passenger and updates the Gunner.
FootClass* RemoveFirstPassenger()
{ JMP_THIS(0x4DE710); }
// Removes a specific passenger and updates the Gunner.
FootClass* RemovePassenger(FootClass* pPassenger)
{ JMP_THIS(0x4DE670); }
// Adds a specific passenger and updates the Gunner.
void EnterAsPassenger(FootClass* pPassenger)
{ JMP_THIS(0x4DE630); }
// Clears NavQueue
void ClearNavQueue()
{ JMP_THIS(0x4DA1C0); }
// searches cell, sets destination, and returns whether unit is on that cell
bool MoveToTiberium(int radius, bool scanClose = false)
{ JMP_THIS(0x4DCFE0); }
// searches cell, sets destination, and returns whether unit is on that cell
bool MoveToWeed(int radius)
{ JMP_THIS(0x4DDB90); }
//Constructor
FootClass(HouseClass* pOwner) noexcept : FootClass(noinit_t())
{ JMP_THIS(0x4D31E0); }
protected:
explicit __forceinline FootClass(noinit_t) noexcept
: TechnoClass(noinit_t())
{ }
//===========================================================================
//===== Properties ==========================================================
//===========================================================================
public:
int PlanningPathIdx; // which planning path am I following?
CellStruct WaypointNearbyAccessibleCellDelta; // add to WaypointCell to get Nearby_Cell for this foot
CellStruct WaypointCell; // current waypoint cell
DWORD unknown_52C; //unused?
DWORD unknown_530;
DWORD unknown_534;
int WalkedFramesSoFar;
bool IsMoveSoundPlaying;
int MoveSoundDelay;
DECLARE_PROPERTY(AudioController, MoveSoundAudioController);
CellStruct CurrentMapCoords;
CellStruct LastMapCoords; // ::UpdatePosition uses this to remove threat from last occupied cell, etc
CellStruct LastFlightMapCoords; // which cell was I occupying previously? only for AircraftTracker-tracked stuff
CellStruct CurrentJumpjetMapCoords; // unconfirmed, which cell am I occupying? only for jumpjets
CoordStruct unknown_coords_568;
PROTECTED_PROPERTY(DWORD, unused_574);
double SpeedPercentage;
double SpeedMultiplier;
DECLARE_PROPERTY(DynamicVectorClass<AbstractClass*>, unknown_abstract_array_588);
AbstractClass* unknown_5A0;
AbstractClass* Destination; // possibly other objects as well
AbstractClass* LastDestination;
DECLARE_PROPERTY(DynamicVectorClass<AbstractClass*>, NavQueue); // Stores sequence of movement destinations
int unknown_int_5C4;
DWORD unknown_5C8;
DWORD unknown_5CC;
BYTE unknown_5D0; //unused?
bool unknown_bool_5D1;
TeamClass* Team;
FootClass* NextTeamMember; //next unit in team
DWORD unknown_5DC;
int PathDirections[24]; // list of directions to move in next, like tube directions
DECLARE_PROPERTY(CDTimerClass, PathDelayTimer);
int unknown_int_64C;
DECLARE_PROPERTY(CDTimerClass, unknown_timer_650);
DECLARE_PROPERTY(CDTimerClass, SightTimer);
DECLARE_PROPERTY(CDTimerClass, BlockagePathTimer);
DECLARE_PROPERTY(ILocomotionPtr, Locomotor);
CoordStruct unknown_point3d_678;
signed char TubeIndex; //I'm in this tunnel
bool unknown_bool_685;
signed char WaypointIndex; // which waypoint in my planning path am I following?
bool unknown_bool_687;
bool unknown_bool_688;
bool IsInitiated; // Is a fully joined member of a team, used for regroup etc. checks
bool ShouldScanForTarget;
bool unknown_bool_68B;
bool IsDeploying;
bool IsFiring;
bool unknown_bool_68E;
bool ShouldEnterAbsorber; // orders the unit to enter the closest bio reactor
bool ShouldEnterOccupiable; // orders the unit to enter the closest battle bunker
bool ShouldGarrisonStructure; // orders the unit to enter the closest neutral building
FootClass* ParasiteEatingMe; // the tdrone/squid that's eating me
DWORD unknown_698;
ParasiteClass* ParasiteImUsing; // my parasitic half, nonzero for, eg, terror drone or squiddy
DECLARE_PROPERTY(CDTimerClass, ParalysisTimer); // for squid victims
bool unknown_bool_6AC;
bool IsAttackedByLocomotor; // the unit's locomotor is jammed by a magnetron
bool IsLetGoByLocomotor; // a magnetron attacked this unit and let it go. falling, landing, or sitting on the ground
bool unknown_bool_6AF;
bool unknown_bool_6B0;
bool unknown_bool_6B1;
bool unknown_bool_6B2;
bool unknown_bool_6B3;
bool unknown_bool_6B4;
bool unknown_bool_6B5;
bool FrozenStill; // frozen in first frame of the proper facing - when magnetron'd or warping
bool unknown_bool_6B7;
bool unknown_bool_6B8;
PROTECTED_PROPERTY(DWORD, unused_6BC); //???
};
static_assert(sizeof(FootClass) == 0x6C0);