WorldSim  inDev
2D tile-based sandbox RPG with procedurally generated fantasy world simulator 🌏
Public Member Functions | Public Attributes | List of all members
FloraManager Class Reference

#include <Static_FloraManager.hpp>

Public Member Functions

 FloraManager ()
 
void generate (const int amount=1)
 
Floraget ()
 

Public Attributes

int totalSpawnWeight
 
Vector< Flora * > vFlora
 
RandomLehmer rng
 

Constructor & Destructor Documentation

◆ FloraManager()

FloraManager::FloraManager ( )

Member Function Documentation

◆ generate()

void FloraManager::generate ( const int  amount = 1)

◆ get()

Flora * FloraManager::get ( )

Member Data Documentation

◆ rng

RandomLehmer FloraManager::rng

◆ totalSpawnWeight

int FloraManager::totalSpawnWeight

◆ vFlora

Vector<Flora*> FloraManager::vFlora

The documentation for this class was generated from the following files: