I'm a doctor, not a mechanic

UE2:Security (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2003 Object >> Actor >> Info >> Security
Package: 
Engine
Direct subclass:
UnrealSecurity
This class in other games:
UE2Runtime, U2, UT2004

Class: Engine.Security Parent: Engine.Info

The security package is spawned and owned by each PlayerController as they enter the game. It allows for the server to check various aspects of the client.

Properties[edit]

LastParams[edit]

Type: string

Array size: 2


LastType[edit]

Type: int


Functions[edit]

Native functions[edit]

NativePerform[edit]

native function NativePerform (int SecType, string Param1, string Param2)


Events[edit]

ServerCallback[edit]

event ServerCallback (int SecType, string Data)


Other instance functions[edit]

BadClient[edit]

function BadClient (int Code, string data)


ClientMessage[edit]

simulated function ClientMessage (string s)


ClientPerform[edit]

simulated function ClientPerform (int SecType, string Param1, string Param2)


Perform[edit]

function Perform (int SecType, string Param1, string Param2, float TimeOut)


States[edit]

Probation[edit]

Probation.Timer[edit]

event Timer ()

Overrides: Actor.Timer (global)