Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.Player

Extends
Object
Modifiers
config ( User ) native noexport

Core.Object
|   
+-- Engine.Player

Constants Summary
IDC_ARROW=0
IDC_SIZEALL=1
IDC_SIZENESW=2
IDC_SIZENS=3
IDC_SIZENWSE=4
IDC_SIZEWE=5
IDC_WAIT=6
Inherited Contants from Core.Object
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Standalone, RF_Transactional, RF_Transient

Variables Summary
playercontrollerActor
boolbShowWindowsMouse
boolbWindowsMouseAvailable
intConfiguredInternetSpeed
intConfiguredLanSpeed
ConsoleConsole
intCurrentNetSpeed
intCurrentVoiceBandwidth
BaseGUIControllerGUIController
InteractionMasterInteractionMaster
array<Interaction>LocalInteractions
playercontrollerOldActor
byteSelectedCursor
pointervfExec
pointervfOut
floatWindowsMouseX
floatWindowsMouseY
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[7], Outer

Enumerations Summary
Inherited Enumerations from Core.Object
EAxis, ECamOrientation, EDetailMode, EDrawPivot, ESheerAxis

Structures Summary
Inherited Structures from Core.Object
BoundingVolume, Box, Color, CompressedPosition, Coords, FloatBox, Guid, IntBox, InterpCurve, InterpCurvePoint, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, TMultiMap, Vector

Functions Summary
Inherited Functions from Core.Object
!, !=, $, $=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, @=, Abs, Acos, AllObjects, Asc, Asin, Atan, BeginState, Caps, Ceil, Chr, Clamp, ClassIsChildOf, ClearConfig, ClockwiseFrom, Cos, Created, Cross, Disable, Divide, Dot, DynamicLoadObject, EatStr, Enable, EndState, Eval, Exp, FClamp, FindObject, FMax, FMin, FRand, GetAxes, GetEnum, GetItemName, GetPerObjectNames, GetPropertyText, GetReferencers, GetStateName, GetUnAxes, GotoState, InStr, InterpCurveEval, InterpCurveGetInputDomain, InterpCurveGetOutputRange, Invert, IsA, IsInState, IsOnConsole, IsSoaking, Left, Len, Lerp, Localize, Locs, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, PlatformIs64Bit, PlatformIsMacOS, PlatformIsUnix, PlatformIsWindows, QuatFindBetween, QuatFromAxisAndAngle, QuatFromRotator, QuatInvert, QuatProduct, QuatRotateVector, QuatSlerp, QuatToRotator, Rand, RandRange, Repl, ReplaceText, ResetConfig, Right, RotRand, Round, SaveConfig, SetPropertyText, Sin, Smerp, Split, Sqrt, Square, StaticClearConfig, StaticSaveConfig, StopWatch, StrCmp, Tan, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~=


Constants Detail

IDC_ARROW Source code

const IDC_ARROW = 0;

IDC_SIZEALL Source code

const IDC_SIZEALL = 1;

IDC_SIZENESW Source code

const IDC_SIZENESW = 2;

IDC_SIZENS Source code

const IDC_SIZENS = 3;

IDC_SIZENWSE Source code

const IDC_SIZENWSE = 4;

IDC_SIZEWE Source code

const IDC_SIZEWE = 5;

IDC_WAIT Source code

const IDC_WAIT = 6;


Variables Detail

Actor Source code

var transient const playercontroller Actor;

bShowWindowsMouse Source code

var bool bShowWindowsMouse;

bWindowsMouseAvailable Source code

var transient const bool bWindowsMouseAvailable;

ConfiguredInternetSpeed Source code

var globalconfig int ConfiguredInternetSpeed;

ConfiguredLanSpeed Source code

var globalconfig int ConfiguredLanSpeed;

Console Source code

var transient Console Console;

CurrentNetSpeed Source code

var const int CurrentNetSpeed;

CurrentVoiceBandwidth Source code

var transient int CurrentVoiceBandwidth;

GUIController Source code

var transient BaseGUIController GUIController;

InteractionMaster Source code

var transient InteractionMaster InteractionMaster;

LocalInteractions Source code

var transient array<Interaction> LocalInteractions;

OldActor Source code

var transient const playercontroller OldActor;

SelectedCursor Source code

var byte SelectedCursor;

vfExec Source code

var native const pointer vfExec;

vfOut Source code

var native const pointer vfOut;

WindowsMouseX Source code

var transient const float WindowsMouseX;

WindowsMouseY Source code

var transient const float WindowsMouseY;


Defaultproperties

defaultproperties
{
	ConfiguredInternetSpeed=9636
	ConfiguredLanSpeed=20000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:19.904 - Created with UnCodeX