Class: Teien::Event::Actor::DisableAction

Inherits:
Object
  • Object
show all
Includes:
Action
Defined in:
lib/teien/actor/actor_event.rb

Direct Known Subclasses

RequestDisableAction

Instance Attribute Summary

Attributes included from Action

#actor_name, #backward, #forward, #jump, #left, #right

Instance Method Summary collapse

Methods included from Action

#copy, #reset

Constructor Details

#initialize(name) ⇒ DisableAction

Returns a new instance of DisableAction.



52
53
54
55
# File 'lib/teien/actor/actor_event.rb', line 52

def initialize(name)
  @actor_name = name
  reset()
end