Start matching CScriptPlatform; more CScriptMazeNode

Former-commit-id: 135d63412c
This commit is contained in:
2022-09-18 01:55:13 -04:00
parent ad6fd10f21
commit 41a2efa884
30 changed files with 984 additions and 90 deletions

View File

@@ -33,6 +33,13 @@ public:
};
void PreRender();
void EnableLooping(bool v) {
x220_25_loop = v;
x220_24_animating = true;
}
void SetIsAnimating(bool v) {
x220_24_animating = v;
}
void SetParticleEffectState(const rstl::string& name, bool active, CStateManager& mgr) {
x120_particleDB.SetParticleEffectState(name, active, mgr);
}