 | __CompilerHints__CompilerHint1__Diamond Method |
Call this method if you use a DiamondGrid.
Replace the type __CellType to whatever type you have in your grid.
You can call the method anywhere in your code.
if(!__CompilerHint__Diamond()) return;
Since 1.6
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic static bool __CompilerHint1__Diamond()
Return Value
Type:
Boolean
Remarks
This methods always returns true.
See Also