# sm.construction.constants

Constants used by the construction system.

**Kind:** Constant

**Environments:** Game

## Game

[Open the full Game reference](../Game-Script-Environment/Static-Functions/sm.construction.md#constants)

- <strong>subdivideRatio</strong> &ndash; The physical size of one block.
- <strong>subdivideRatio_2</strong> &ndash; The physical size of one block divided by two.
- <strong>subdivisions</strong> &ndash; One dividided by subdivideRatio.
- <strong>shapeSpacing</strong> &ndash; Bias value.

| Value | Description |
| --- | --- |
| subdivideRatio | 0.25 |
| subdivideRatio_2 | 0.125 |
| subdivisions | 4 |
| shapeSpacing | 0.004 |

**Returns:**

| Type | Description |
| --- | --- |
| table | &mdash; |
