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

More CFlameThrower imps, implement CScriptSpecialFunction::ThinkChaffTarget and CScriptSpecialFunction::ObjectFollowObject

This commit is contained in:
2019-05-09 19:33:56 -07:00
parent 28071851ad
commit 81f1e22fc2
5 changed files with 146 additions and 6 deletions

View File

@@ -34,5 +34,11 @@ public:
void Activate(bool val) { xa0_24_activated = val; }
bool IsActivated() { return xa0_24_activated; }
FourCC Get4CharID() { return FOURCC('FWRP'); }
void ResetPosition(const zeus::CVector3f& pos) {
for (auto& vec : x4_vecs) {
vec = pos;
}
xa0_26_processed = false;
}
};
} // namespace urde