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:
ZZYZX 2017-02-17 18:24:01 +02:00
commit 0f031c5f22
7 changed files with 20 additions and 20 deletions

View file

@ -71,7 +71,7 @@ class FxLocalVariableDeclaration;
typedef TDeletingArray<FxExpression*> FArgumentList;
// [ZZ] this is kind of related to compile context as well
struct FPlayUIBarrier
struct FScopeBarrier
{
bool callable;
bool readable;
@ -118,7 +118,7 @@ struct FPlayUIBarrier
}
}
FPlayUIBarrier()
FScopeBarrier()
{
sidefrom = -1;
sidelast = -1;
@ -127,7 +127,7 @@ struct FPlayUIBarrier
writable = true;
}
FPlayUIBarrier(int flags1, int flags2, const char* name)
FScopeBarrier(int flags1, int flags2, const char* name)
{
sidefrom = -1;
sidelast = -1;