2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:44:56 +00:00

Fill in remaining door properties

This commit is contained in:
Jack Andersen
2018-05-21 21:53:42 -10:00
parent 1ada86cc03
commit 3ceaa82035
2 changed files with 7 additions and 7 deletions

View File

@@ -20,11 +20,11 @@ struct DoorArea : IScriptObject
Value<atVec3f> orbitPos;
Value<atVec3f> collisionExtent;
Value<atVec3f> collisionOffset;
Value<bool> unknown4;
Value<bool> unknown5;
Value<bool> unknown6;
Value<float> unknown7;
Value<bool> unknown8;
Value<bool> active;
Value<bool> open;
Value<bool> projectilesCollide;
Value<float> animationLength;
Value<bool> isMorphballDoor;
void addCMDLRigPairs(PAKRouter<PAKBridge>& pakRouter,
std::unordered_map<UniqueID32, std::pair<UniqueID32, UniqueID32>>& addTo) const