Category: Objects
/ Status
Since engine version: 5.1 OC
SetCon
Description
Sets the completion of an object to the specified value.
Syntax
bool SetCon(int con);
Parameter
- con:
- Completion/growth in percent
Example
GetCrew(0,0)->SetCon(50);
Shrinks the first clonk of the first player to half size.


