| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
UTAN Ban Manager v1.04
Coded by Wormbo, Copyright © 2003-2006 UTAN, 2009-2011 Wormbo
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- LibHTTP4.HttpSock
|
+-- UTANBanManager104.UTANUplink
| Constants Summary |
|---|
| Inherited Contants from LibHTTP4.HttpSock |
|---|
| BUFFERSIZE, HTTP_CONNECT, HTTP_DELETE, HTTP_GET, HTTP_HEAD, HTTP_OPTIONS, HTTP_POST, HTTP_PUT, HTTP_TRACE, VERSION |
| Variables Summary | |
|---|---|
| bool | bChanged |
| bool | bCleared |
| bool | bInBanData |
| int | InsertIndex |
| int | LastUpdate |
| array<MutUTAN.TListEntry> | NewBanList |
| MutUTAN.TListEntry | NewEntry |
| Inherited Variables from Engine.Info |
|---|
| BotsGroup, ChatGroup, GameGroup, KickVoteGroup, MapVoteGroup, RulesGroup, ServerGroup |
| Enumerations Summary |
|---|
| Inherited Enumerations from LibHTTP4.HttpSock |
|---|
| EAuthMethod, ETransferMode, HTTPState |
| Structures Summary |
|---|
| Inherited Structures from LibHTTP4.HttpSock |
|---|
| RequestHistoryEntry |
| Delegates Summary | ||
|---|---|---|
![]() | bool | OnResponseBody (HttpSock Sender, string Line)) |
| Functions Summary | ||
|---|---|---|
![]() | bool | Ready ())) |
![]() | bool | ~= (MutUTAN.TListEntry A, MutUTAN.TListEntry B)) |
| Inherited Functions from Engine.Info |
|---|
| AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel |
| Variables Detail |
|---|
| Delegates Detail |
|---|
OnResponseBody Source code| Functions Detail |
|---|
Ready Source codeReturns, whether the uplink is ready for starting a new request.
~= Source codeReturns True if entries A and B are identical, while their disabled, cheater and hash properties are ignored.
| Defaultproperties |
|---|
defaultproperties
{
EXTENTION = "UTAN v1.04 Uplink build %%%%-%%-%% %%:%%"
bSendCookies = false
bProcCookies = false
iVerbose = 0
bAlwaysTick = True
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||