|
Isle
|
#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>
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] |
| MxU32 g_plantAnimationId[4] = {30, 33, 36, 39} |
Definition at line 52 of file legoplantmanager.cpp.
| LegoPlantInfo g_plantInfo[81] |
Definition at line 60 of file legoplantmanager.cpp.
| const char* g_plantLodNames[4][5] |
Definition at line 26 of file legoplantmanager.cpp.
| float g_unk0x100f16b0[] = {0.1f, 0.7f, 0.5f, 0.9f} |
Definition at line 34 of file legoplantmanager.cpp.
| MxU8 g_unk0x100f16c0[] = {1, 2, 2, 3} |
Definition at line 37 of file legoplantmanager.cpp.
| MxU32 g_unk0x100f3160 = 56 |
Definition at line 43 of file legoplantmanager.cpp.
| MxU32 g_unk0x100f3164 = 66 |
Definition at line 46 of file legoplantmanager.cpp.