mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 22:23:59 +00:00
@@ -23,8 +23,8 @@ public:
|
||||
bool fadeWhite, float charFadeIn, float charsPerSecond, float showDelay);
|
||||
~CScriptWorldTeleporter();
|
||||
|
||||
void Accept(IVisitor&);
|
||||
void AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId uid, CStateManager& mgr);
|
||||
void Accept(IVisitor&) override;
|
||||
void AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId uid, CStateManager& mgr) override;
|
||||
void StartTransition(CStateManager&);
|
||||
|
||||
bool GetFadeWhite() const { return x40_27_fadeWhite; }
|
||||
|
||||
Reference in New Issue
Block a user