Wiki

Clone wiki

RogueSharp / RogueSharp / Map / Restore

MapRestore Method

Restore the state of this Map from the specified MapState

Namespace: RogueSharp
Assembly:

Syntax

public void Restore(
    MapState state
)

Parameters

state

Type: RogueSharpMapState
Mapstate POCO (Plain Old C# Object) which represents this Map and can be easily serialized and deserialized

Implements

IMapRestore(MapState)

Exceptions

Exception Condition
ArgumentNullException Thrown on null map state

See Also

Reference

Map Class
RogueSharp Namespace

[5]: 2014-2016 Faron Bracy

Updated