Enum GvarUpdateResult

Enum Documentation

enum BlamScript::Globals::GvarUpdateResult

Enumerator for the result of a global update attempt.

Values:

InvalidType

The provided value was of an invalid type.

UnknownGlobal

The specified global does not exist.

Ok

The global was updated successfully.

InvalidArgs

The provided arguments were invalid.

OutOfBounds

The provided value was too small or too large for the globals’ data type.

GlobalIsProtected

The specified global is protected and cannot be modified during runtime.