Harvestable.isCellKinematic
Check if a kinematic comes from a cell or is created from a script.
Kind: Function
Environments: Game
Game
harvestable:isCellKinematic( )
Parameters:
| Name | Type | Description |
|---|---|---|
harvestable |
Harvestable | The harvestable to check. |
Returns:
| Type | Description |
|---|---|
| boolean | True if it is a kinematic from a cell, false if it is not. Nil if it is not a kinematic. |