Isle
Loading...
Searching...
No Matches
legoplantmanager.cpp File Reference
#include "legoplantmanager.h"
#include "3dmanager/lego3dmanager.h"
#include "legocharactermanager.h"
#include "legoentity.h"
#include "legoplants.h"
#include "legovideomanager.h"
#include "legoworld.h"
#include "misc.h"
#include "misc/legostorage.h"
#include "mxdebug.h"
#include "mxmisc.h"
#include "mxticklemanager.h"
#include "mxtimer.h"
#include "scripts.h"
#include "sndanim_actions.h"
#include "viewmanager/viewmanager.h"
#include <stdio.h>
#include <vec.h>
Include dependency graph for legoplantmanager.cpp:

Go to the source code of this file.

Variables

const char * g_plantLodNames [4][5]
 
float g_unk0x100f16b0 [] = {0.1f, 0.7f, 0.5f, 0.9f}
 
MxU8 g_unk0x100f16c0 [] = {1, 2, 2, 3}
 
MxU32 g_unk0x100f3160 = 56
 
MxU32 g_unk0x100f3164 = 66
 
MxU32 g_plantAnimationId [4] = {30, 33, 36, 39}
 
LegoPlantInfo g_plantInfo [81]
 

Variable Documentation

◆ g_plantAnimationId

MxU32 g_plantAnimationId[4] = {30, 33, 36, 39}

Definition at line 52 of file legoplantmanager.cpp.

◆ g_plantInfo

LegoPlantInfo g_plantInfo[81]

Definition at line 60 of file legoplantmanager.cpp.

◆ g_plantLodNames

const char* g_plantLodNames[4][5]
Initial value:
= {
{"flwrwht", "flwrblk", "flwryel", "flwrred", "flwrgrn"},
{"treewht", "treeblk", "treeyel", "treered", "tree"},
{"bushwht", "bushblk", "bushyel", "bushred", "bush"},
{"palmwht", "palmblk", "palmyel", "palmred", "palm"}
}

Definition at line 26 of file legoplantmanager.cpp.

◆ g_unk0x100f16b0

float g_unk0x100f16b0[] = {0.1f, 0.7f, 0.5f, 0.9f}

Definition at line 34 of file legoplantmanager.cpp.

◆ g_unk0x100f16c0

MxU8 g_unk0x100f16c0[] = {1, 2, 2, 3}

Definition at line 37 of file legoplantmanager.cpp.

◆ g_unk0x100f3160

MxU32 g_unk0x100f3160 = 56

Definition at line 43 of file legoplantmanager.cpp.

◆ g_unk0x100f3164

MxU32 g_unk0x100f3164 = 66

Definition at line 46 of file legoplantmanager.cpp.