# sm.pipeGraph.getInteractableConditionTicks

Returns the remaining of special condition, nil if no data is available.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.pipeGraph.getInteractableConditionTicks( requester )
```

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

**Availability:** Server only

return integer:	remainingTicks	The remaining ticks of the special condition.

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `requester` | [Shape](../Game-Script-Environment/Userdata/Shape.md) | The requesting shape. |
