game_gridmap
game_gridmapSet, get, or clear GridMap cells and query used cells to manage 3D grid-based game environments.
Instructions
GridMap set/get/clear cells and query used cells
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Cell X coordinate | |
| y | No | Cell Y coordinate | |
| z | No | Cell Z coordinate | |
| item | No | MeshLibrary item index | |
| action | Yes | Action: set_cell, get_cell, clear, get_used | |
| nodePath | Yes | Path to GridMap node | |
| orientation | No | Cell orientation index |