Class: RPG::System::Terms
- Inherits:
-
Object
- Object
- RPG::System::Terms
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
用语的资料类
Instance Attribute Summary collapse
-
#basic ⇒ Object
Returns the value of attribute basic.
-
#commands ⇒ Object
Returns the value of attribute commands.
-
#etypes ⇒ Object
Returns the value of attribute etypes.
-
#params ⇒ Object
Returns the value of attribute params.
Instance Attribute Details
#basic ⇒ Object
Returns the value of attribute basic.
535 536 537 |
# File 'lib/R3EXS/RGSS3.rb', line 535 def basic @basic end |
#commands ⇒ Object
Returns the value of attribute commands.
535 536 537 |
# File 'lib/R3EXS/RGSS3.rb', line 535 def commands @commands end |
#etypes ⇒ Object
Returns the value of attribute etypes.
535 536 537 |
# File 'lib/R3EXS/RGSS3.rb', line 535 def etypes @etypes end |
#params ⇒ Object
Returns the value of attribute params.
535 536 537 |
# File 'lib/R3EXS/RGSS3.rb', line 535 def params @params end |