Class: RPG::BaseItem::Feature

Inherits:
Object
  • Object
show all
Defined in:
lib/eidolon/rgss3/rpg/base_item/feature.rb

Overview

RGSS3

This data structure is specific to RGSS3 (VX Ace).

Feature

The data class for features.

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code.



11
12
13
# File 'lib/eidolon/rgss3/rpg/base_item/feature.rb', line 11

def code
  @code
end

#data_idObject

Returns the value of attribute data_id.



12
13
14
# File 'lib/eidolon/rgss3/rpg/base_item/feature.rb', line 12

def data_id
  @data_id
end

#valueObject

Returns the value of attribute value.



13
14
15
# File 'lib/eidolon/rgss3/rpg/base_item/feature.rb', line 13

def value
  @value
end