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.
99 100 101 102 103 |
# File 'lib/wardite/load.rb', line 99 def initialize self.name = "Start" self.code = 0x8 self.func_index = -1 end |
Instance Attribute Details
#func_index ⇒ Object
: Integer
96 97 98 |
# File 'lib/wardite/load.rb', line 96 def func_index @func_index end |