Class: Natural20::Controller
- Inherits:
-
Object
- Object
- Natural20::Controller
- Defined in:
- lib/natural_20/controller.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#move_for(entity, battle) ⇒ Array(Natural20::Action)
Return moves by a player using the commandline UI.
- #roll_for(entity, die_type, number_of_times, description, advantage: false, disadvantage: false) ⇒ Object
Instance Method Details
#move_for(entity, battle) ⇒ Array(Natural20::Action)
Return moves by a player using the commandline UI
9 |
# File 'lib/natural_20/controller.rb', line 9 def move_for(entity, battle); end |
#roll_for(entity, die_type, number_of_times, description, advantage: false, disadvantage: false) ⇒ Object
3 |
# File 'lib/natural_20/controller.rb', line 3 def roll_for(entity, die_type, number_of_times, description, advantage: false, disadvantage: false); end |