-
Notifications
You must be signed in to change notification settings - Fork 1
gc_grid_create
Hyomoto edited this page Nov 27, 2020
·
1 revision
Jump To | Go Back |
Arguments | Methods | Variables |
---|
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
Name | Type | Purpose |
---|---|---|
width | int |
The width of the grid. |
height | int |
The height of the grid. |
Devon Mullane 2020