mirror of
https://github.com/zeldaret/ss
synced 2026-07-12 06:57:50 -04:00
d_message OK (via dFlow_c)
This commit is contained in:
@@ -36,10 +36,13 @@ public:
|
||||
bool isVisible() const;
|
||||
bool isOutputtingText() const;
|
||||
|
||||
void setCurrentLabelName(const char *name, bool storeFile);
|
||||
bool setCurrentLabelName(const char *name, bool storeFile);
|
||||
void setCurrentEntrypointName(const char *name);
|
||||
void setCurrentFlowFilename(const char *name);
|
||||
|
||||
void setNumericArg0(s32 arg);
|
||||
void setNumericArgs(s32 *arg, s32 argCount);
|
||||
|
||||
static dLytMsgWindow_c *getInstance() {
|
||||
return sInstance;
|
||||
}
|
||||
@@ -58,6 +61,22 @@ public:
|
||||
return sInstance->mEntryPointToTrigger;
|
||||
}
|
||||
|
||||
dTagProcessor_c *getTagProcessor() const {
|
||||
return mpTagProcessor;
|
||||
}
|
||||
|
||||
u8 getField_0x80D() const {
|
||||
return field_0x80D;
|
||||
}
|
||||
|
||||
u8 getField_0x815() const {
|
||||
return field_0x815;
|
||||
}
|
||||
|
||||
s32 getTextOptionSelection() const {
|
||||
return mTextOptionSelection;
|
||||
}
|
||||
|
||||
private:
|
||||
bool setTextToDisplay(const wchar_t *text);
|
||||
void createSubMsgManager(u8 type);
|
||||
|
||||
Reference in New Issue
Block a user