Ds grid clear: Difference between revisions

From ENIGMA
Jump to navigation Jump to search
m (Added 'see also' section)
m (→‎Parameters: Removed dead link)
Line 9: Line 9:
| id|| int||ID of the grid the function will clear
| id|| int||ID of the grid the function will clear
|-
|-
| val|| [[Value variant|variant]]||Value or string all cells will be set to have
| val||[[Constant variant|variant]]||Value or string all cells will be set to have
|}
|}



Revision as of 06:27, 5 September 2013

Description

Sets all cells in the grid id to the value or string val.

Parameters

Parameter Data Type Description
id int ID of the grid the function will clear
val variant Value or string all cells will be set to have

Return Values

returntype: Returns...

Example Call

ds_grid_clear(grid1, 0)

See Also