Mostly Harmless

UE3:UTPlayerInput (UT3)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> UIRoot >> Interaction >> Input >> PlayerInput >> GamePlayerInput >> UTPlayerInput
Package: 
UTGame
Within class: 
UTPlayerController
Direct subclass:
UTConsolePlayerInput
This class in other games:
UDK

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties

bHoldDuck

Type: bool


ForcedDoubleClick

Type: Actor.EDoubleClickDir


LastDuckTime

Type: float


Default values

Property Value
bEnableFOVScaling True

Functions

Exec functions

Duck

simulated exec function Duck ()


Jump

exec function Jump ()

Overrides: PlayerInput.Jump


UnDuck

simulated exec function UnDuck ()


Native functions

ForceFlushOfInput

native function ForceFlushOfInput ()

Clears any pending inputs

GetUTBindNameFromCommand

native function string GetUTBindNameFromCommand (string BindCommand)

Will return the BindName based on the BindCommand

Events

PlayerInput

event PlayerInput (float DeltaTime)

Overrides: PlayerInput.PlayerInput