Class: Studio::EventItem
Overview
Data class describing an Item that calls an event in map
Constant Summary
Constants inherited from Item
Instance Attribute Summary collapse
-
#event_id ⇒ Integer
readonly
Get the ID of the event to call.
Attributes inherited from Item
#db_symbol, #fling_power, #icon, #id, #is_battle_usable, #is_holdable, #is_limited, #is_map_usable, #position, #price, #socket
Method Summary
Methods inherited from Item
#description, #exact_name, #me, #name, #plural_name
Instance Attribute Details
#event_id ⇒ Integer (readonly)
Get the ID of the event to call
1182 1183 1184 |
# File 'docs/3_Studio.rb', line 1182 def event_id @event_id end |