Click or drag to resize

__CompilerHints__CompilerHint1__PointyHex Method

Call this method if you use a PointyHexGrid. Replace the type __CellType to whatever type you have in your grid. You can call the method anywhere in your code.
if(!__CompilerHint__PointyHex()) return;
Since 1.6

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static bool __CompilerHint1__PointyHex()

Return Value

Type: Boolean
Remarks
This methods always returns true.
See Also