Overview

Namespaces

  • Budabot
    • Core
      • Modules
    • User
      • Modules
  • None
  • Tyrence
    • Modules

Classes

  • AlienArmorController
  • AlienBioController
  • AlienMiscController
  • AOSpeakController
  • AOUController
  • AXPController
  • BankController
  • BosslootController
  • BroadcastController
  • BuffPerksController
  • CacheController
  • ChatAssistController
  • ChatCheckController
  • ChatLeaderController
  • ChatRallyController
  • ChatSayController
  • ChatTopicController
  • CityWaveController
  • CloakController
  • ClusterController
  • CountdownController
  • DevController
  • DingController
  • EventsController
  • FightController
  • FindOrgController
  • FindPlayerController
  • FunController
  • GitController
  • GuideController
  • GuildController
  • HelpbotController
  • HtmlDecodeController
  • ImplantController
  • ImplantDesignerController
  • InactiveMemberController
  • ItemsController
  • KillOnSightController
  • LevelController
  • LinksController
  • LootListsController
  • MdbController
  • MessageInfoCommandReply
  • MockCommandReply
  • NanoController
  • NewsController
  • NotesController
  • OnlineController
  • OrgHistoryController
  • OrglistController
  • OrgMembersController
  • OSController
  • PlayerHistoryController
  • PlayfieldController
  • PocketbossController
  • PremadeImplantController
  • PrivateChannelController
  • QuoteController
  • RaffleController
  • RaidController
  • RandomController
  • RecipeController
  • RelayController
  • ReputationController
  • ResearchController
  • RunAsController
  • SendTellController
  • ShoppingController
  • SilenceController
  • SkillsController
  • SpiritsController
  • StopwatchController
  • Teamspeak3
  • TeamspeakController
  • TestController
  • TimeController
  • TimerController
  • TimezoneController
  • TowerController
  • TrackerController
  • TrickleController
  • UnixtimeController
  • VoteController
  • WeatherController
  • WhatBuffsController
  • WhereisController
  • WhoisController
  • WhoisOrgController
  • WhompahController
  • Overview
  • Namespace
  • Class

Class CityWaveController

Authors: - Funkman (RK2) - Tyrence (RK2)

Namespace: Budabot\User\Modules
Definecommand(:

command = 'citywave', accessLevel = 'guild', description = 'Shows/Starts/Stops the current city wave', help = 'wavecounter.txt' )


Instance: Commands this class contains:
Located at CITY_MODULE/CityWaveController.class.php
Methods summary
public
# setup( )

Setup

public
# changeWaveTimes( $settingName, $oldValue, $newValue, $data )
public
# citywaveStartCommand( $message, $channel, $sender, $sendto, $args )

Handlescommand("citywave")

Matches("/^citywave

start$/i")
public
# citywaveStopCommand( $message, $channel, $sender, $sendto, $args )

Handlescommand("citywave")

Matches("/^citywave

stop$/i")
public
# citywaveCommand( $message, $channel, $sender, $sendto, $args )

Handlescommand("citywave")

Matches("/^citywave$/i")

public
# autoStartWaveCounterEvent( $eventObj )

Description("starts

a wave counter when cloak is lowered")

Event("guild")

public
# getWave( )
public
# startWaveCounter( $name = null )
Constants summary
string TIMER_NAME
# "City Raid"
Properties summary
public $moduleName

Name of the module. Set automatically by module loader.

Name of the module. Set automatically by module loader.

#
public $chatBot

Inject

#
public $commandAlias

Inject

#
public $timerController

Inject

#
public $settingManager

Inject

#
public $setting

Inject

#
public $util

Inject

#
Budabot 4 Docs API documentation generated by ApiGen