Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
spellstorm
master
Top Level Namespace
Engine
Assets
Background
Font
Game
GameObject
SimplePhysicObject
SpriteObject
Tex
MyVec
RectType
Spellstorm
Action
ActionArray
ActionCard
ActionPlay
Card
CardAnimation
CardIndex
CardLocation
CardPos
CardsDB
CardState
CardStateMutable
DangerCard
Deck
DrawnCard
Element
EnchantCard
GameState
Player
PlayerState
ShieldCard
SourceCard
SpellstormGame
Table
Built with Crystal 1.10.0
2023-11-04 01:00:46 UTC
enum
Spellstorm::
Element
Defined in:
spellstorm/cards.cr
Enum Members
Neutral
=
0
Fire
=
1
Water
=
2
Earth
=
3
Air
=
4
Instance Method Summary
#air?
#earth?
#fire?
#neutral?
#water?
Instance Method Detail
def
air?
#
[
View source
]
def
earth?
#
[
View source
]
def
fire?
#
[
View source
]
def
neutral?
#
[
View source
]
def
water?
#
[
View source
]