File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -139,14 +139,23 @@ namespace App
139139 void * unk1; // unknown class?
140140 };
141141
142- struct Pickup {
142+ struct PickupItem {
143143 static const uint32_t ID = 0xD335362C ;
144144
145145 cCreatureBase* creature;
146146 cInteractableObject* item;
147147 int field_8; // 0
148148 void * unk1; // unknown class?
149149 };
150+
151+ struct PickupCreature {
152+ static const uint32_t ID = 0xD3353636 ;
153+
154+ cCreatureBase* creature;
155+ cCreatureBase* targetcreature;
156+ int field_8; // 0
157+ void * unk1; // unknown class?
158+ };
150159
151160 // / Unknowns ///
152161
Original file line number Diff line number Diff line change 3434#define EditorRigblockPtr eastl::intrusive_ptr<Editors::EditorRigblock>
3535
3636// off_13EF450 -> part vftable? // 013EF460?
37- // 0044070F -> scale part¿
37+ // 0044070F -> scale part?
3838// TODO EVERYTHING! PLACEHOLDER
3939namespace Editors
4040{
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ namespace Simulator
391391 /* FA4h */ int field_FA4;
392392 /* FA8h */ float field_FA8;
393393 /* FACh */ float field_FAC;
394- /* FB0h */ float field_FB0; // speed ?
394+ /* FB0h */ float field_FB0; // speed?
395395 /* FB4h */ float field_FB4; // speed?
396396 /* FB8h */ char padding_FB8[8 ];
397397 };
You can’t perform that action at this time.
0 commit comments