Isle
Loading...
Searching...
No Matches
legoplants.cpp File Reference
#include "legoplants.h"
Include dependency graph for legoplants.cpp:

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...
 

Variable Documentation

◆ g_plantInfoInit

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.