Table of Contents

Enum ConfigOptionType

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

Represents the type of a configuration option.

public enum ConfigOptionType

Fields

Bool = 4

A boolean value.

Float = 2

A floating point number.

Int = 0

An integer number.

None = -1

No type.

String = 1

A string.

Strings = 3

A list of strings.