메소드 |
설명 |
|
DogeTipBotHandler ( Bot bot, SteamID sid ) : System.Collections.Generic |
|
|
OnAcceptedFriend ( SteamID id ) : void |
|
|
OnAddedFriend ( SteamID id ) : void |
|
|
OnBefriend ( SteamID id ) : void |
|
|
OnChatRoomMessage ( SteamID chatID, SteamID sender, string message ) : void |
|
|
OnFriendAdd ( ) : bool |
|
|
OnFriendRemove ( ) : void |
|
|
OnGroupAdd ( ) : bool |
|
|
OnLoginCompleted ( ) : bool |
|
|
OnMessage ( string message, EChatEntryType type ) : void |
|
|
OnSteamMessage ( SteamID sender, string message, SteamID chatID, bool isChatroom ) : bool |
|
|
OnTradeAccept ( ) : void |
|
|
OnTradeAddItem ( SteamBot.Schema schemaItem, Inventory inventoryItem ) : void |
|
|
OnTradeError ( string error ) : void |
|
|
OnTradeInit ( ) : void |
|
|
OnTradeMessage ( string message ) : void |
|
|
OnTradeReady ( bool ready ) : void |
|
|
OnTradeRemoveItem ( SteamBot.Schema schemaItem, Inventory inventoryItem ) : void |
|
|
OnTradeRequest ( ) : bool |
|
|
OnTradeSuccess ( ) : void |
|
|
OnTradeTimeout ( ) : void |
|
|
Validate ( ) : bool |
|
|
checkPeriodically ( object sender, MySql.Data.MySqlClient.DoWorkEventArgs e ) : void |
|
|
command_add ( SteamID sender, SteamID chatID, bool isChatroom ) : bool |
Request adding DOGE to balance |
|
command_alias ( SteamID sender, SteamID chatID, bool isChatroom ) : bool |
Sets an alias for a particular Steam user per registered user. User can then easily and safely tip this Steam user. |
|
command_balance ( SteamID sender, SteamID chatID, bool isChatroom ) : bool |
Tells the user their account balance if registered |
|
command_confirm ( SteamID sender, SteamID chatID, bool isChatroom ) : bool |
Confirms a pending tip |
|
command_deny ( SteamID sender, SteamID chatID, bool isChatroom ) : bool |
Denies a pending tip |
|
command_donate ( SteamID sender, SteamID chatID, bool isChatroom ) : bool |
Send a donation (treated as tip to bot) |
|
command_help ( SteamID sender, SteamID chatID, bool isChatroom ) : bool |
Sends the user useful information on how to use the bot |
|
command_labels ( SteamID sender, SteamID chatID, bool isChatroom ) : bool |
Show a list of enabled labels |
|
command_register ( SteamID sender, SteamID chatID, bool isChatroom ) : bool |
Registers a user |
|
command_tip ( SteamID sender, SteamID chatID, bool isChatroom ) : bool |
Tip a user! |
|
command_withdraw ( SteamID sender, SteamID chatID, bool isChatroom ) : bool |
Withdraw an amount of DOGE to an address |
|
completeTip ( object tip_input ) : bool |
|
|
getTipNotification ( SteamID sender, double amount, string label, string tip_msg, bool anonymous ) : string |
|
|
registerUser ( SteamID userID ) : bool |
|
|
sendMessage ( SteamID userReceiver, SteamID chatReceiver, bool chatroom, string message ) : void |
|
|