I don't need to test my programs. I have an error-correcting modem.

UE2:Object (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:EAlignment (U2XMP))
Jump to: navigation, search
U2XMP Object
Package: 
Core
Direct subclasses:
TriggerHelper, UtilSquad, Actor, AdminManager, AnimEditProps, BehaviorControllerInterf, Bitmap, BrushBuilder, Canvas, CheatManager, Client, Commandlet, ConsolePlugIn, Console, TestObj, DebugInfoManager, DebugStuff, Force, Palette, GameAIControllerInterf, GibSet, I3DL2Listener, ImpactHandler, KarmaParams, LegendObjectComponent, LevelDesc, LevelSummary, Locale, MatObject, MaterialFactory, Material, MeshEditProps, ObjectPool, ParticleTemplate, ParticleEmitter, ParticleSystemAssets, PlayerInput, Player, ReachSpec, RenderIterator, ScriptControllerInterf, SequEditProps, SoundSlotInterf, SoundTable, Subsystem, TextureTypes, Time, UIHelper, WebApplication, WebRequest, WebResponse, Primitive, Sound, Font
This class in other games:
RTNP, U1, UT, UE2Runtime, UT2003, U2, UT2004, UDK, UT3

Object: The base class all objects. This is a built-in Unreal class and it shouldn't be modified.

Constants[edit]

RF_NotifyStateChange[edit]

Value: 0x00000100


NoState[edit]

Value:

NEW

NoLabel[edit]

Value:


MaxInt[edit]

Value: 0x7fffffff


MaxFlt[edit]

Value: 3.402823466E38

NEW (mdf)

Pi[edit]

Value: 3.1415926535897932


DegreesToRadians[edit]

Value: 0.0174532925199432

NEW (mdf) PI / 180.0

RadiansToDegrees[edit]

Value: 57.295779513082321

NEW (mdf) 180.0 / PI

DegreesToRotationUnits[edit]

Value: 182.044

NEW (mdf) 65536 / 360

RotationUnitsToDegrees[edit]

Value: 0.00549


MAXSEED[edit]

Value: 4194304.0

2**22;

Properties[edit]

Property group 'Object'[edit]

Class[edit]

Type: Class

Modifiers: native, const, editconst


Name[edit]

Type: name

Modifiers: native, const, editconst


Internal variables[edit]

ObjectFlags[edit]

Type: int

Modifiers: native, const


ObjectInternal[edit]

Type: int

Array size: 6

Modifiers: native, private, const


Outer[edit]

Type: Object

Modifiers: native, const


Enums[edit]

EAlignment[edit]

ALMT_None 
ALMT_Left 
ALMT_Right 
ALMT_Top 
ALMT_Bottom 
ALMT_Center 
ALMT_HardLeft 
ALMT_HardRight 
ALMT_HardTop 
ALMT_HardBottom 
ALMT_HardCenter 

ECamOrientation[edit]

CAMORIENT_None 
CAMORIENT_LookAtActor 
CAMORIENT_FacePath 
CAMORIENT_Interpolate 

ESheerAxis[edit]

Structs[edit]

See Object structs.

Functions[edit]

Static native functions[edit]

See Object static native functions.

Other static functions[edit]

GetWhiteColor[edit]

static final function Color GetWhiteColor ()


Quotes[edit]

static final function string Quotes (string S)


Round[edit]

static final function float Round (float A)


SMod[edit]

static final function int SMod (int i, int Limit)


Native functions[edit]

AddFlagSafe[edit]

native final function AddFlagSafe (int Flag)


AddTimer[edit]

native simulated final function AddTimer (name NotifyFunc, float Frequency, optional bool bRepeat, optional float RandomSpread, optional bool bForceUpdate)


AddTimerS[edit]

native simulated final function AddTimerS (string NotifyFunc, float Frequency, optional bool bRepeat, optional float RandomSpread, optional bool bForceUpdate)


CallFunction[edit]

native simulated final function bool CallFunction (name FuncName, optional Object ReturnObj, optional name ReturnVarName, optional int Index)


CallFunctionS[edit]

native simulated final function bool CallFunctionS (string FuncName, optional Object ReturnObj, optional string ReturnVarName, optional int Index)


CanGetProperty[edit]

native simulated final function bool CanGetProperty (string PropName)


CanSetProperty[edit]

native simulated final function bool CanSetProperty (string PropName)


DefinesFunction[edit]

native simulated final function bool DefinesFunction (name FuncName)


DefinesFunctionS[edit]

native simulated final function bool DefinesFunctionS (string FuncName)


Delete[edit]

native(1032) final function Delete ()


Disable[edit]

native(118) final function Disable (name ProbeFunc)


DumpProbes[edit]

native final function name DumpProbes ()


Enable[edit]

native(117) final function Enable (name ProbeFunc)


GetPropertyText[edit]

native simulated final function string GetPropertyText (string PropName, optional bool bDefault)


GetStateName[edit]

native(284) final function name GetStateName ()


GotoLabel[edit]

native(992) final function GotoLabel (name Label)


GotoState[edit]

native(113) final function GotoState (name NewState, optional name Label)


IsA[edit]

native(303) final function bool IsA (name ClassName)


IsInState[edit]

native(281) final function bool IsInState (name TestState)


IsProbing[edit]

native final function bool IsProbing (name ProbeFunc)


RemoveAllTimers[edit]

native simulated final function RemoveAllTimers ()


RemoveFlagSafe[edit]

native final function RemoveFlagSafe (int Flag)


RemoveTimer[edit]

native simulated final function RemoveTimer (name NotifyFunc)


RemoveTimerS[edit]

native simulated final function RemoveTimerS (string NotifyFunc)


SaveConfig[edit]

native(536) final function SaveConfig ()


SetPropertyText[edit]

native simulated final function SetPropertyText (string PropName, string PropValue)


SetPropertyTextDefault[edit]

native simulated final function SetPropertyTextDefault (string PropName)


TimeRemaining[edit]

native simulated final function float TimeRemaining (name NotifyFunc)


TimeRemainingS[edit]

native simulated final function float TimeRemainingS (string NotifyFunc)


TraceMessage[edit]

native simulated final function TraceMessage (name TraceName, Object ContextObject, coerce string Msg)


Events[edit]

BeginState[edit]

event BeginState ()


Constructed[edit]

event Constructed ()


EndState[edit]

event EndState ()


NotifyStateChange[edit]

event NotifyStateChange (name OldState, name NewState, name Label, bool bGoto, string ContextNameStr, int ContextLineNum)


Other instance functions[edit]

SetProbing[edit]

final function SetProbing (name ProbeFunc, bool bVal)


Operators[edit]

See Object operators.