# Effect.setHostAxisIgnore

Sets a rotation axis which hosted effects will ignore.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
effect:setHostAxisIgnore( axis )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/Effect.md#sethostaxisignore)

**Availability:** Client only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `effect` | [Effect](../Game-Script-Environment/Userdata/Effect.md) | The effect. |
| `axis` | integer | The rotation axis. |
