Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:Security (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- Engine
- Direct subclass:
- UnrealSecurity
- This class in other games:
- UE2Runtime, U2, UT2003
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. |
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
LastParams
Type: string
Array size: 2
LastType
Type: int
Functions
Native functions
LocalPerform
NativePerform
Events
ServerCallback
Other instance functions
BadClient
ClientMessage
simulated function ClientMessage (string s)
ClientPerform
Perform
States
Probation
Probation.Timer
event Timer ()
Overrides: Actor.Timer (global)