|
Isle
|
#include "legoplants.h"
Go to the source code of this file.
Variables | |
| LegoPlantInfo | g_plantInfoInit [81] |
| [AI] Static global array of all initial plant data for the island (81 entries). More... | |
| LegoPlantInfo g_plantInfoInit[81] |
[AI] Static global array of all initial plant data for the island (81 entries).
[AI] This table is filled at compile/link time, and used by the core game systems to instantiate vegetation for each island scene. The actual plant instances are referenced run-time via m_entity; all other information remains constant/prototyped.
Definition at line 6 of file legoplants.cpp.