Renamed 'allowui' to 'clearscope'. 'allowui' doesn't reflect the real meaning of the keyword which clears implicit 'play' or 'ui' inherited from parent class (for classes) or owning type (for methods/fields)
This commit is contained in:
parent
2b20abff02
commit
0f031c5f22
7 changed files with 20 additions and 20 deletions
|
|
@ -40,7 +40,7 @@ enum
|
|||
ZCC_NoNew = 1 << 17,
|
||||
ZCC_UIFlag = 1 << 18, // there's also token called ZCC_UI
|
||||
ZCC_Play = 1 << 19,
|
||||
ZCC_AllowUI = 1 << 20,
|
||||
ZCC_ClearScope = 1 << 20,
|
||||
};
|
||||
|
||||
// Function parameter modifiers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue