Click or drag to resize
GeneralRulesIsMapFlagOn Method
Determine if the specified map-specific flag on the current map is on.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public virtual bool IsMapFlagOn(
	int FlagIndex
)

Parameters

FlagIndex
Type: SystemInt32
A number from 0 to 30 specifying which flag to check

Return Value

Type: Boolean
True if the specified flag is set, or false if it is not.
See Also