Table of Contents

Enum GlobalOption

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll
public enum GlobalOption

Fields

DebugMode = 6

Whether to debug

value: bool, eg: true; val_size: sizeof(bool)

Invalid = 0
LogDir = 1

Log dir

value: string, eg: "C:\\Users\\Administrator\\Desktop\\log"; val_size: string length

SaveDraw = 2

Whether to save draw

value: bool, eg: true; val_size: sizeof(bool)

SaveOnError = 7

Whether to save screenshot on error

value: bool, eg: true; val_size: sizeof(bool)

StdoutLevel = 4

The level of log output to stdout

value: MaaLoggingLevel, val_size: sizeof(MaaLoggingLevel)

default value is MaaLoggingLevel_Error