TerraingridActivate
DocsTerraingridActivate(toggle)Description
This native enables/disables the gold putting grid display (https://i.imgur.com/TC6cku6.png).
This requires these two natives to be called as well to configure the grid: <code>TERRAINGRID_SET_PARAMS</code> and <code>TERRAINGRID_SET_COLOURS</code>.
Parameters
| Name | Type | Description |
|---|---|---|
toggle | BOOL | Enables or disables the golf putting grid display. |
Returns
voidThis native does not return a value.