Class GameMapCondition
Namespace: Content.Server.Maps
Assembly: Content.Server.dll
Syntax
public abstract class GameMapCondition : object
Properties
| Improve this Doc View SourceInverted
Declaration
public bool Inverted { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceCheck(GameMapPrototype)
Declaration
public abstract bool Check(GameMapPrototype map)
Parameters
Type | Name | Description |
---|---|---|
GameMapPrototype | map |
Returns
Type | Description |
---|---|
System.Boolean |