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

Complete CArtifactDoll

This commit is contained in:
Jack Andersen
2017-05-12 18:57:24 -10:00
parent e13583ff80
commit 9796ba9244
9 changed files with 292 additions and 48 deletions

View File

@@ -148,7 +148,7 @@ public:
EPlayerVisor GetActiveVisor(const CStateManager& stateMgr) const;
void UpdateStaticInterference(CStateManager& stateMgr, const float& dt);
void IncreaseScanTime(u32 time, float val);
void SetScanTime(ResId time, float val);
void SetScanTime(ResId res, float time);
float GetScanTime(ResId time) const;
bool GetIsVisorTransitioning() const;
float GetVisorTransitionFactor() const;