Gah - a solution with more questions. – EntropicLqd

UE3:Admin (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UDK Object >> Actor >> Controller >> PlayerController >> Admin

Contents

Package: 
Engine
This class in other games:
U2, U2XMP, UE2Runtime, UT2003, UT2004, UT3


[edit] Subobjects

[edit] CollisionCylinder

Class: Engine.CylinderComponent

Inherits from: PlayerController.CollisionCylinder

Property Value
ReplacementPrimitive None

[edit] Sprite

Class: Engine.SpriteComponent

Inherits from: PlayerController.Sprite

Property Value
ReplacementPrimitive None

[edit] Functions

[edit] Exec functions

[edit] Admin

exec function Admin (string CommandLine)


[edit] Kick

exec function Kick (string S)


[edit] KickBan

exec function KickBan (string S)


[edit] PlayerList

exec function PlayerList ()


[edit] RestartMap

exec function RestartMap ()


[edit] Switch

exec function Switch (string URL)


[edit] Events

[edit] PostBeginPlay

simulated event PostBeginPlay ()

Overrides: PlayerController.PostBeginPlay


[edit] Other instance functions

[edit] ServerAdmin

reliable server function ServerAdmin (string CommandLine)


[edit] ServerKick

reliable server function ServerKick (string S)


[edit] ServerKickBan

reliable server function ServerKickBan (string S)


[edit] ServerRestartMap

reliable server function ServerRestartMap ()


[edit] ServerSwitch

reliable server function ServerSwitch (string URL)


Personal tools