Shape.setCompromised
Set the state that determines if a shape is compromised.
Kind: Function
Environments: Game
Game
shape:setCompromised( state )
Availability: Server only
True to set compromised and false to set not compromised.
Parameters:
| Name | Type | Description |
|---|---|---|
shape |
Shape | The shape. |
state |
boolean | The state. |