Bgdata: Difference between revisions
Jump to navigation
Jump to search
→Contents
imported>Leoetlino No edit summary |
imported>Leoetlino |
||
Line 46: | Line 46: | ||
| IsEventAssociated || bool || Is associated with an event. If set, GameDataMgr will set the "need gimmick reset" flag (which is ignored in release builds?{{check}}) after any update. Ignored for non-boolean flags{{check}} | | IsEventAssociated || bool || Is associated with an event. If set, GameDataMgr will set the "need gimmick reset" flag (which is ignored in release builds?{{check}}) after any update. Ignored for non-boolean flags{{check}} | ||
|- | |- | ||
| IsOneTrigger || bool || Whether the flag can only be updated once. More specifically: If true, TriggerParam will not allow updates to the flag if its value is different from the initial value. | | IsOneTrigger || bool || Whether the flag can only be updated once. More specifically: If true, TriggerParam will not allow updates to the flag if its value is different from the initial value. Also called "change only once" mode ("一度しか変更しない"). | ||
|- | |- | ||
| IsProgramReadable || bool || Whether the flag can be read by the game | | IsProgramReadable || bool || Whether the flag can be read by the game |