Gah - a solution with more questions. – EntropicLqd
UE2:UT2K4IRC_Channel instance functions (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4IRC_Page >> UT2K4IRC_Channel (instance functions) |
Contents
- 1 Instance functions
- 1.1 AddControlContextOptions
- 1.2 AddUser
- 1.3 AddUserContextOptions
- 1.4 Ban
- 1.5 ChangedNick
- 1.6 ChangeHalfOp
- 1.7 ChangeMode
- 1.8 ChangeNick
- 1.9 ChangeOp
- 1.10 ChangeTopic
- 1.11 ChangeVoice
- 1.12 ChannelAction
- 1.13 ChannelText
- 1.14 ContextMenuClick
- 1.15 ContextMenuOpen
- 1.16 DeHelp
- 1.17 Deop
- 1.18 DeVoice
- 1.19 FindNick
- 1.20 GetAbsoluteIndex
- 1.21 GetFlags
- 1.22 GetUser
- 1.23 Help
- 1.24 InternalOnCreateComponent
- 1.25 InternalOnLoadIni
- 1.26 InternalOnReleaseSplitter
- 1.27 JoinedChannel
- 1.28 Kick
- 1.29 KickReasonClose
- 1.30 KickUser
- 1.31 MyCompareItem
- 1.32 MyListDblClick
- 1.33 MyOnDrawItem
- 1.34 Op
- 1.35 PartedChannel
- 1.36 ProcessInput
- 1.37 RemoveUser
- 1.38 ShowPanel
- 1.39 Unban
- 1.40 UserInChannel
- 1.41 UserIsHelper
- 1.42 UserIsOp
- 1.43 UserIsVoice
- 1.44 UserNotice
- 1.45 UserQuit
- 1.46 UserSetFlag
- 1.47 Voice
- 1.48 Whois
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Instance functions[edit]
AddControlContextOptions[edit]
function AddControlContextOptions (GUIContextMenu Menu, string Nick)
AddUser[edit]
function AddUser (string Nick)
AddUserContextOptions[edit]
function AddUserContextOptions (GUIContextMenu Menu, string Nick)
Ban[edit]
ChangedNick[edit]
ChangeHalfOp[edit]
ChangeMode[edit]
ChangeNick[edit]
ChangeOp[edit]
ChangeTopic[edit]
function ChangeTopic (string NewTopic)
ChangeVoice[edit]
ChannelAction[edit]
ChannelText[edit]
ContextMenuClick[edit]
function ContextMenuClick (GUIContextMenu Sender, int ClickIndex)
ContextMenuOpen[edit]
function bool ContextMenuOpen (GUIContextMenu Sender)
DeHelp[edit]
function DeHelp (string Nick)
Deop[edit]
function Deop (string Nick)
DeVoice[edit]
function DeVoice (string Nick)
FindNick[edit]
GetAbsoluteIndex[edit]
GetFlags[edit]
GetUser[edit]
Help[edit]
function Help (string Nick)
InternalOnCreateComponent[edit]
function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)
Overrides: UT2K4IRC_Page.InternalOnCreateComponent
InternalOnLoadIni[edit]
function InternalOnLoadIni (GUIComponent Sender, string S)
InternalOnReleaseSplitter[edit]
function InternalOnReleaseSplitter (GUIComponent Sender, float NewPos)
JoinedChannel[edit]
function JoinedChannel (string Nick)
Kick[edit]
KickReasonClose[edit]
function KickReasonClose (bool bCancelled)
KickUser[edit]
MyCompareItem[edit]
MyListDblClick[edit]
function bool MyListDblClick (GUIComponent Sender)
MyOnDrawItem[edit]
function MyOnDrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending)
Op[edit]
function Op (string Nick)
PartedChannel[edit]
function PartedChannel (string Nick)
ProcessInput[edit]
function ProcessInput (string Text)
Overrides: UT2K4IRC_Page.ProcessInput
RemoveUser[edit]
function RemoveUser (string Nick)
ShowPanel[edit]
function ShowPanel (bool bShow)
Overrides: GUITabPanel.ShowPanel
Unban[edit]
function Unban (string Nick)
UserInChannel[edit]
function UserInChannel (string Nick)
UserIsHelper[edit]
UserIsOp[edit]
UserIsVoice[edit]
UserNotice[edit]
UserQuit[edit]
UserSetFlag[edit]
Voice[edit]
function Voice (string Nick)
Whois[edit]
function Whois (string Nick)