Skip to content

gc_grid_create

Hyomoto edited this page Nov 27, 2020 · 1 revision
Jump To Go Back Arguments Methods Variables

gc_grid_create( width, height )

Returns: N/A undefined

Creates a new grid with the given dimensions and returns a struct containing it. If this struct is lost, the data structure will be cleaned up also.

// no example

Arguments

Name Type Purpose
width int The width of the grid.
height int The height of the grid.
Clone this wiki locally