Module: GamePlay::MenuMixin

Included in:
Menu
Defined in:
docs/4_Systems_100_Menu.rb

Overview

Module defining the IO of the menu scene so user know what to expect

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#call_skill_processArray, Proc

Get the process that is executed when a skill is used somewhere

Returns:

  • (Array, Proc)


6
7
8
# File 'docs/4_Systems_100_Menu.rb', line 6

def call_skill_process
  @call_skill_process
end

Instance Method Details

#execute_skill_process

Execute the skill process



8
9
# File 'docs/4_Systems_100_Menu.rb', line 8

def execute_skill_process
end