Kategorie: Objekte
/ Status
Ab Engineversion: 6.0 OC
SetCon
Beschreibung
Setzt die Fertigstellung des aufrufenden Objekts auf den angegebenen Wert.
Syntax
bool SetCon(int con, int precision, bool grow_from_center);
Parameter
- con:
- Fertigstellung/Wachstum in Prozent
- precision:
- If specified, the con value will be divided by this value. No value or 0 uses the default precision of 100.
- grow_from_center:
- If specified, this parameter determines whether the object should grow from the bottommost vertex or from its center. The default value is false, which makes the object grow from the bottommost vertex.
Beispiel
GetCrew(0,0)->SetCon(50);
Schrumpft den ersten Clonk des ersten Spielers auf halbe Größe.