I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:AdminCommandHandler (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> Actor >> Info >> AdminCommandHandler

Contents

Package: 
WebAdmin

Simulates executed of certain admin commands

Copyright 2008 Epic Games, Inc. All Rights Reserved

Author: Michiel 'elmuerte' Hendriks

[edit] Subobjects

[edit] Sprite

Class: Engine.SpriteComponent

Inherits from: Info.Sprite

No new values.

[edit] Instance functions

[edit] execute

function bool execute (string cmd, out string result, PlayerController pc)

Returns true when it was handled

[edit] MutePlayer

function string MutePlayer (string TargetPlayer, bool bMute, bool bVoice)