Module: GamePlay::OptionsMixin

Included in:
Options
Defined in:
docs/4_Systems_105_Options.rb

Overview

Mixin allowing people to know what’s the output of the Option scene

Instance Attribute Summary collapse

Instance Attribute Details

#modified_optionsArray<Symbol> (readonly)

List of options that were modifies

Returns:

  • (Array<Symbol>)


220
221
222
# File 'docs/4_Systems_105_Options.rb', line 220

def modified_options
  @modified_options
end