Foliage

Objects used for mass replication of foliage, such as grass, rocks, and bushes.

Functions

void StartClientReplication()

Activates the shape replicator.

Example:

// Call the function
StartClientReplication()
void StartFoliageReplication()

Activates the foliage replicator.

Example:

// Call the function
StartFoliageReplication();

Variables

float $pref::GroundCover::densityScale

A global LOD scalar which can reduce the overall density of placed GroundCover .

int GroundCover::renderedBatches[static, inherited]

Stat for number of rendered billboard batches.

int GroundCover::renderedBillboards[static, inherited]

Stat for number of rendered billboards.

int GroundCover::renderedCells[static, inherited]

Stat for number of rendered cells.

int GroundCover::renderedShapes[static, inherited]

Stat for number of rendered shapes.