Static Functions
| Function Name | Description |
|---|---|
| add(sourceFlags:Int, flagsToAdd:Int):Int | |
| allEnabled(sourceFlags:Int, flagsToCheckFor:Int):Bool | |
| anyEnabled(sourceFlags:Int, flagsToCheckFor:Int):Bool | |
| remove(sourceFlags:Int, flagsToRemove:Int):Int | |
| set(sourceFlags:Int, flagsToSet:Int, value:Bool):Int |