Click or drag to resize
MapBaseMapFlags Field
Stores a set of arbitrary boolean/flag values that can be used for any purpose on each map.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public int MapFlags

Field Value

Type: Int32
Remarks
Technically this value can be used to store any data that will fit in a 32-bit integer, but it's designed to be used with functions in GeneralRules to store individually accessible bits. These can be set with SetMapFlag(Int32, Boolean) and checked with IsMapFlagOn(Int32).
See Also