sm.util.hash
Create a hash from arguments.
Kind: Function
Environments: Game, Terrain
Game
sm.util.hash( ... )
Parameters:
| Name | Type | Description |
|---|---|---|
... |
any | The arguments to be hashed. |
Returns:
| Type | Description |
|---|---|
| integer | The hash. |
Terrain
sm.util.hash( ... )
Open the full Terrain reference
Parameters:
| Name | Type | Description |
|---|---|---|
... |
any | The arguments to be hashed. |
Returns:
| Type | Description |
|---|---|
| integer | The hash. |