Class: Wardite::StartSection
Instance Attribute Summary collapse
-
#func_index ⇒ Object
: Integer.
Attributes inherited from Section
Instance Method Summary collapse
-
#initialize ⇒ StartSection
constructor
A new instance of StartSection.
Constructor Details
#initialize ⇒ StartSection
Returns a new instance of StartSection.
98 99 100 101 102 |
# File 'lib/wardite/load.rb', line 98 def initialize self.name = "Start" self.code = 0x8 self.func_index = -1 end |
Instance Attribute Details
#func_index ⇒ Object
: Integer
95 96 97 |
# File 'lib/wardite/load.rb', line 95 def func_index @func_index end |