Click or drag to resize

CustomMapBuilderCreateWindowedMapTPoint Method

Returns a custom map windowed map.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual WindowedMap<TPoint> CreateWindowedMap<TPoint>()
where TPoint : Object, IGridPoint<TPoint>

Type Parameters

TPoint
The type of the point.

Return Value

Type: WindowedMapTPoint
Remarks
Implementors: Check the type; if it is "your" type, return the map. Otherwise return null.
See Also