Table of Contents

Delegate Map.LoadStaticMapDelegate

Namespace
TinyLife.World
Assembly
TinyLife.dll

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

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

Parameters

info 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