Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
Loading...
Searching...
No Matches
include
shared
game
celltype.hpp
Go to the documentation of this file.
1
#pragma once
2
3
enum class
CellType
{
4
Empty
,
5
Wall
,
6
Pillar
,
7
Spawn
,
8
Enemy
,
9
SpikeTrap
,
10
FireballTrapLeft
,
11
FireballTrapRight
,
12
FireballTrapUp
,
13
FireballTrapDown
,
14
FloorSpikeFull
,
15
FloorSpikeHorizontal
,
16
FloorSpikeVertical
,
17
LavaCross
,
18
LavaHorizontal
,
19
LavaVertical
,
20
FakeWall
,
21
ArrowTrapUp
,
22
ArrowTrapDown
,
23
ArrowTrapLeft
,
24
ArrowTrapRight
,
25
HealthPotion
,
26
NauseaPotion
,
27
InvisibilityPotion
,
28
TorchDown
,
29
TorchUp
,
30
TorchLeft
,
31
TorchRight
,
32
InvincibilityPotion
,
33
FireSpell
,
34
HealSpell
,
35
TeleportSpell
,
36
Dagger
,
37
Sword
,
38
Hammer
,
39
RandomWeapon
,
40
RandomPotion
,
41
RandomSpell
,
42
Orb
,
43
OutsideTheMaze
,
44
TeleporterTrap
,
45
Exit
,
46
Lightning
,
47
Mirror
,
48
LightCut
,
49
Unknown
50
};
CellType
CellType
Definition:
celltype.hpp:3
CellType::FireballTrapDown
@ FireballTrapDown
CellType::TorchUp
@ TorchUp
CellType::LavaVertical
@ LavaVertical
CellType::Dagger
@ Dagger
CellType::ArrowTrapDown
@ ArrowTrapDown
CellType::Mirror
@ Mirror
CellType::FireballTrapRight
@ FireballTrapRight
CellType::RandomPotion
@ RandomPotion
CellType::FloorSpikeFull
@ FloorSpikeFull
CellType::Lightning
@ Lightning
CellType::FireballTrapUp
@ FireballTrapUp
CellType::Spawn
@ Spawn
CellType::Pillar
@ Pillar
CellType::ArrowTrapRight
@ ArrowTrapRight
CellType::TorchRight
@ TorchRight
CellType::Orb
@ Orb
CellType::FireSpell
@ FireSpell
CellType::Sword
@ Sword
CellType::TeleporterTrap
@ TeleporterTrap
CellType::LavaHorizontal
@ LavaHorizontal
CellType::InvincibilityPotion
@ InvincibilityPotion
CellType::LavaCross
@ LavaCross
CellType::ArrowTrapLeft
@ ArrowTrapLeft
CellType::Unknown
@ Unknown
CellType::Enemy
@ Enemy
CellType::Wall
@ Wall
CellType::TeleportSpell
@ TeleportSpell
CellType::FireballTrapLeft
@ FireballTrapLeft
CellType::ArrowTrapUp
@ ArrowTrapUp
CellType::NauseaPotion
@ NauseaPotion
CellType::LightCut
@ LightCut
CellType::TorchDown
@ TorchDown
CellType::FakeWall
@ FakeWall
CellType::OutsideTheMaze
@ OutsideTheMaze
CellType::TorchLeft
@ TorchLeft
CellType::HealSpell
@ HealSpell
CellType::InvisibilityPotion
@ InvisibilityPotion
CellType::Empty
@ Empty
CellType::RandomSpell
@ RandomSpell
CellType::Hammer
@ Hammer
CellType::FloorSpikeVertical
@ FloorSpikeVertical
CellType::SpikeTrap
@ SpikeTrap
CellType::RandomWeapon
@ RandomWeapon
CellType::FloorSpikeHorizontal
@ FloorSpikeHorizontal
CellType::HealthPotion
@ HealthPotion
CellType::Exit
@ Exit
Generated by
1.9.5