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