Click or drag to resize

__CompilerHints__CompilerHint__Cairo Method

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

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

Return Value

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