Table of Contents

Delegate Map.LoadStaticMapDelegate

Namespace
TinyLife.World
Assembly
Tiny Life.dll

A delegate method used by OnLoadStaticMap. The map parameter should be set to the loaded map, if applicable.

public delegate void Map.LoadStaticMapDelegate(PerSaveOptions.MapInfo info, JsonSerializer serializer, ref Map map)

Parameters

info PerSaveOptions.MapInfo
A delegate method used by . The map parameter should be set to the loaded map, if applicable.
serializer JsonSerializer
A delegate method used by . The map parameter should be set to the loaded map, if applicable.
map Map
A delegate method used by . The map parameter should be set to the loaded map, if applicable.
Extension Methods