2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 09:47:43 +00:00

Implement CScriptDebris; EVNT POI fixes

This commit is contained in:
Jack Andersen
2018-05-15 18:07:38 -10:00
parent 10d36ac1d6
commit 0987866896
14 changed files with 620 additions and 193 deletions

View File

@@ -12,13 +12,13 @@ struct Generator : IScriptObject
AT_DECL_DNA_YAML
AT_DECL_DNAV
String<-1> name;
Value<atUint32> unknown1;
Value<bool> unknown2;
Value<bool> unknown3;
Value<atVec3f> unknown4;
Value<bool> unknown5;
Value<float> unknown6;
Value<float> unknown7;
Value<atUint32> spawnCount;
Value<bool> noReuseFollowers;
Value<bool> noInheritXf;
Value<atVec3f> offset;
Value<bool> active;
Value<float> minScale;
Value<float> maxScale;
};
}