C# Class OpenRA.MapField

Show file Open project: OpenRA/OpenRA

Public Methods

Method Description
Deserialize ( Map map, List nodes ) : void
MapField ( string key, string fieldName = null, bool required = true, string ignoreIfValue = null ) : System
Serialize ( Map map, List nodes ) : void

Method Details

Deserialize() public method

public Deserialize ( Map map, List nodes ) : void
map Map
nodes List
return void

MapField() public method

public MapField ( string key, string fieldName = null, bool required = true, string ignoreIfValue = null ) : System
key string
fieldName string
required bool
ignoreIfValue string
return System

Serialize() public method

public Serialize ( Map map, List nodes ) : void
map Map
nodes List
return void