Module: GameMachine::Commands

Included in:
Actor::GameActor, GameSystems::Chat, GameSystems::ChatManager, GameSystems::ChatTopic, GameSystems::EntityTracking, GameSystems::JsonModelPersistence, GameSystems::ObjectDbProxy, GameSystems::RegionManager, GameSystems::RegionService, GameSystems::RemoteEcho, GameSystems::StressTest, GameSystems::TeamManager, Handlers::Game, Handlers::Request, Model
Defined in:
lib/game_machine/commands.rb,
lib/game_machine/commands/base.rb,
lib/game_machine/commands/proxy.rb,
lib/game_machine/commands/chat_commands.rb,
lib/game_machine/commands/grid_commands.rb,
lib/game_machine/commands/misc_commands.rb,
lib/game_machine/commands/message_helper.rb,
lib/game_machine/commands/player_commands.rb,
lib/game_machine/commands/datastore_commands.rb,
lib/game_machine/commands/navigation_commands.rb

Defined Under Namespace

Modules: MessageHelper Classes: Base, ChatCommands, DatastoreCommands, GridCommands, MiscCommands, NavigationCommands, PlayerCommands, Proxy

Instance Method Summary collapse

Instance Method Details

#commandsObject



17
18
19
# File 'lib/game_machine/commands.rb', line 17

def commands
  @commands ||= Base.new
end