Class: BCDice::CommonCommand::AddDice::Node::UndecidedTarget
- Inherits:
-
Object
- Object
- BCDice::CommonCommand::AddDice::Node::UndecidedTarget
- Includes:
- Singleton
- Defined in:
- lib/bcdice/common_command/add_dice/node.rb
Instance Method Summary collapse
- #eval(_game_system, _randomizer) ⇒ Object
- #expr(_game_system) ⇒ Object
- #include_dice? ⇒ Boolean
- #output ⇒ Object (also: #s_exp)
Instance Method Details
#eval(_game_system, _randomizer) ⇒ Object
101 102 103 |
# File 'lib/bcdice/common_command/add_dice/node.rb', line 101 def eval(_game_system, _randomizer) "?" end |
#expr(_game_system) ⇒ Object
109 110 111 |
# File 'lib/bcdice/common_command/add_dice/node.rb', line 109 def expr(_game_system) "?" end |
#include_dice? ⇒ Boolean
105 106 107 |
# File 'lib/bcdice/common_command/add_dice/node.rb', line 105 def include_dice? false end |
#output ⇒ Object Also known as: s_exp
113 114 115 |
# File 'lib/bcdice/common_command/add_dice/node.rb', line 113 def output "?" end |