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

Engine.Player

Extends
Object
Modifiers
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
DegreesToRadians, DegreesToRotationUnits, MaxFlt, MaxInt, MAXSEED, NoLabel, NoState, Pi, RadiansToDegrees, RF_NotifyStateChange, RotationUnitsToDegrees

Variables Summary
playercontrollerActor
boolbShowWindowsMouse
boolbSuspendPrecaching
boolbWindowsMouseAvailable
intConfiguredInternetSpeed
intConfiguredLanSpeed
consoleConsole
intCurrentNetSpeed
byteSelectedCursor
intvfExec
intvfOut
floatWindowsMouseX
floatWindowsMouseY
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
Inherited Enumerations from Core.Object
EAlignment, ECamOrientation, ESheerAxis

Structures Summary
Inherited Structures from Core.Object
Alignment, BoundingVolume, Box, Color, ComponentHandle, Coords, Dimension, Guid, Matrix, NotifyInfo, ParticleHandle, Plane, Point, Range, RangeVector, Rectangle, Rotator, Scale, Vector

Functions Summary
Inherited Functions from Core.Object
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, ?, @, @=, Ablend, AblendR, Abs, Acos, AddFlagSafe, AddTimer, AddTimerS, Asc, Asin, Atan, Atan2, BeginState, Blend, BlendR, CallFunction, CallFunctionS, CanGetProperty, CanSetProperty, Caps, Chr, Clamp, ClassIsChildOf, Constructed, Cos, Cross, DefinesFunction, DefinesFunctionS, Delete, Disable, Dot, DumpProbes, DynamicLoadObject, Enable, EndState, EnumStr, Exp, FClamp, FDecision, FileSize, FindObject, FMax, FMin, FRand, GetAxes, GetContext, GetEnum, GetLanguage, GetPropertyText, GetRand, GetStateName, GetUnAxes, GetWhiteColor, GotoLabel, GotoState, InStr, Invert, IsA, IsInState, IsProbing, Left, Len, Lerp, LineLineIntersection, Localize, Locs, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, NotifyStateChange, ObjListMemStats, OrthoRotation, ProgressSeed, Quotes, Rand, RandomSpreadVector, RandRange, RemoveAllTimers, RemoveFlagSafe, RemoveTimer, RemoveTimerS, ResetConfig, ResetLoaders, Right, RMax, RMin, RotateAngleAxis, RotRand, Round, RSize, SaveConfig, SetProbing, SetPropertyText, SetPropertyTextDefault, Sin, Smerp, SMod, Split, Sqrt, Square, StaticCallFunction, StaticCallFunctionS, StaticDefinesFunction, StaticDefinesFunctionS, StaticSaveConfig, StrArray, StringToName, Tan, TimeRemaining, TimeRemainingS, TraceMessage, VRand, VSize, VSize2D, VSizeSq, VSizeSq2D, 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;

bSuspendPrecaching Source code

var bool bSuspendPrecaching;

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 const console Console;

CurrentNetSpeed Source code

var int CurrentNetSpeed;

SelectedCursor Source code

var byte SelectedCursor;

vfExec Source code

var native const int vfExec;

vfOut Source code

var native const int vfOut;

WindowsMouseX Source code

var transient const float WindowsMouseX;

WindowsMouseY Source code

var transient const float WindowsMouseY;


Defaultproperties

defaultproperties
{
	ConfiguredInternetSpeed=10000
	ConfiguredLanSpeed=20000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 3-1-2016 10:48:31.596 - Created with UnCodeX