Method GrowFromPrototypes
GrowFromPrototypes(params int[])
Grows all plants associated to prototype manually.
Declaration
public void GrowFromPrototypes(params int[] prototypeIndices)Parameters
| Type | Name | Description |
|---|---|---|
| int[] | prototypeIndices | Plant prototype indices |
Remarks
Automatic growth must be disabled when using synchronous operation.
