Class: Studio::Dex::CreatureInfo
- Defined in:
- scripts/00800 Studio/00001 Data/00043 Dex.rb
Overview
Data class describing a creature info in the dex
Instance Attribute Summary collapse
-
#db_symbol ⇒ Symbol
readonly
Get the db_symbol of the creature.
-
#form ⇒ Integer
readonly
Get the form of the creature.
Instance Attribute Details
#db_symbol ⇒ Symbol (readonly)
Get the db_symbol of the creature
30 31 32 |
# File 'scripts/00800 Studio/00001 Data/00043 Dex.rb', line 30 def db_symbol @db_symbol end |
#form ⇒ Integer (readonly)
Get the form of the creature
34 35 36 |
# File 'scripts/00800 Studio/00001 Data/00043 Dex.rb', line 34 def form @form end |