curatorObj setCuratorCoef [action,coef]

Operand types

curatorObj: Curator
[action,coef]: Array

Type of returned value

Description

Sets coef for some action (coef have to be bigger than -1 000 000, anything lower is considered as disabled action).

action: String
coef: Number or Boolean

In multiplayer can be executed only on the server.

Used In

Arma3

Example

curatorModule setCuratorCoef ["Place", 1];

curatorModule setCuratorCoef ["Delete", -1e10];
Search OFPEC COMREF