Functions Summary |
 | bool | CheckFlag (Name flagName, EFlagType flagType)
|
 | int | CreateIterator (optional EFlagType flagType)
|
 | | DeleteAllFlags ()
|
 | | DeleteExpiredFlags (int criteria)
|
 | bool | DeleteFlag (Name flagName, EFlagType flagType)
|
 | | DestroyIterator (int iterator)
|
 | | FubarCheat ()))
|
 | bool | GetBool (Name flagName)
|
 | byte | GetByte (Name flagName)
|
 | int | GetExpiration (Name flagName, EFlagType flagType)
|
 | float | GetFloat (Name flagName)
|
 | int | GetInt (Name flagName)
|
 | name | GetName (Name flagName)
|
 | bool | GetNextFlag (int iterator, out name flagName, out EFlagType flagType)
|
 | bool | GetNextFlagName (int iterator, out name flagName)
|
 | rotator | GetRotator (Name flagName)
|
 | vector | GetVector (Name flagName)
|
 | bool | SetBool (Name flagName, bool newValue, optional bool bAdd, optional int expiration)
|
 | bool | SetByte (Name flagName, byte newValue, optional bool bAdd, optional int expiration)
|
 | | SetDefaultExpiration (int expiration)
|
 | | SetExpiration (Name flagName, EFlagType flagType, int expiration)
|
 | bool | SetFloat (Name flagName, float newValue, optional bool bAdd, optional int expiration)
|
 | bool | SetInt (Name flagName, int newValue, optional bool bAdd, optional int expiration)
|
 | bool | SetName (Name flagName, name newValue, optional bool bAdd, optional int expiration)
|
 | bool | SetRotator (Name flagName, rotator newValue, optional bool bAdd, optional int expiration)
|
 | bool | SetVector (Name flagName, vector newValue, optional bool bAdd, optional int expiration)
|
Inherited Functions from Core.Object |
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, Abs, AllObjects, Asc, Atan, BeginState, Caps, Chr, Clamp, ClassIsChildOf, clock, Cos, CriticalDelete, Cross, CyclesToSeconds, Disable, Dot, DynamicLoadObject, Enable, EndState, Exp, FClamp, FMax, FMin, FRand, GetAxes, GetConfig, GetEnum, GetPropertyText, GetStateName, GetUnAxes, GotoState, InStr, Invert, IsA, IsInState, Left, Len, Lerp, Localize, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, Rand, RandRange, ResetConfig, Right, RotRand, SaveConfig, SetPropertyText, Sin, Smerp, Sprintf, Sqrt, Square, StaticSaveConfig, Tan, unclock, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~= |