I'm a doctor, not a mechanic

UE2:Object (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U2XMP Object

Contents

Package: 
Core
Direct subclasses:
Actor, AdminManager, AnimEditProps, BehaviorControllerInterf, Bitmap, BrushBuilder, Canvas, CheatManager, Client, Commandlet, ConsolePlugIn, Console, DebugInfoManager, DebugStuff, Font, Force, GameAIControllerInterf, GibSet, I3DL2Listener, ImpactHandler, KarmaParams, LegendObjectComponent, LevelDesc, LevelSummary, Locale, MatObject, MaterialFactory, Material, MeshEditProps, ObjectPool, Palette, ParticleEmitter, ParticleSystemAssets, ParticleTemplate, PlayerInput, Player, Primitive, ReachSpec, RenderIterator, ScriptControllerInterf, SequEditProps, SoundSlotInterf, SoundTable, Sound, Subsystem, TestObj, TextureTypes, Time, TriggerHelper, UIHelper, UtilSquad, WebApplication, WebRequest, WebResponse
This class in other games:
RTNP, U1, U2, UDK, UE2Runtime, UT, UT2003, UT2004, UT3

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

[edit] Constants

[edit] RF_NotifyStateChange

Value: 0x00000100


[edit] NoState

Value:

NEW

[edit] NoLabel

Value:


[edit] MaxInt

Value: 0x7fffffff


[edit] MaxFlt

Value: 3.402823466E38

NEW (mdf)

[edit] Pi

Value: 3.1415926535897932


[edit] DegreesToRadians

Value: 0.0174532925199432

NEW (mdf) PI / 180.0

[edit] RadiansToDegrees

Value: 57.295779513082321

NEW (mdf) 180.0 / PI

[edit] DegreesToRotationUnits

Value: 182.044

NEW (mdf) 65536 / 360

[edit] RotationUnitsToDegrees

Value: 0.00549


[edit] MAXSEED

Value: 4194304.0

2**22;

[edit] Properties

[edit] Property group 'Object'

[edit] Class

Type: Class

Modifiers: native, const, editconst


[edit] Name

Type: name

Modifiers: native, const, editconst


[edit] Internal variables

[edit] ObjectFlags

Type: int

Modifiers: native, const


[edit] ObjectInternal

Type: int

Array size: 6

Modifiers: native, private, const


[edit] Outer

Type: Object

Modifiers: native, const


[edit] Enums

[edit] EAlignment

ALMT_None 
ALMT_Left 
ALMT_Right 
ALMT_Top 
ALMT_Bottom 
ALMT_Center 
ALMT_HardLeft 
ALMT_HardRight 
ALMT_HardTop 
ALMT_HardBottom 
ALMT_HardCenter 

[edit] ECamOrientation

CAMORIENT_None 
CAMORIENT_LookAtActor 
CAMORIENT_FacePath 
CAMORIENT_Interpolate 

[edit] ESheerAxis

[edit] Structs

See Object structs.

[edit] Functions

[edit] Static native functions

See Object static native functions.

[edit] Other static functions

[edit] GetWhiteColor

static final function Color GetWhiteColor ()


[edit] Quotes

static final function string Quotes (string S)


[edit] Round

static final function float Round (float A)


[edit] SMod

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


[edit] Native functions

[edit] AddFlagSafe

native final function AddFlagSafe (int Flag)


[edit] AddTimer

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


[edit] AddTimerS

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


[edit] CallFunction

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


[edit] CallFunctionS

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


[edit] CanGetProperty

native simulated final function bool CanGetProperty (string PropName)


[edit] CanSetProperty

native simulated final function bool CanSetProperty (string PropName)


[edit] DefinesFunction

native simulated final function bool DefinesFunction (name FuncName)


[edit] DefinesFunctionS

native simulated final function bool DefinesFunctionS (string FuncName)


[edit] Delete

native(1032) final function Delete ()


[edit] Disable

native(118) final function Disable (name ProbeFunc)


[edit] DumpProbes

native final function name DumpProbes ()


[edit] Enable

native(117) final function Enable (name ProbeFunc)


[edit] GetPropertyText

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


[edit] GetStateName

native(284) final function name GetStateName ()


[edit] GotoLabel

native(992) final function GotoLabel (name Label)


[edit] GotoState

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


[edit] IsA

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


[edit] IsInState

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


[edit] IsProbing

native final function bool IsProbing (name ProbeFunc)


[edit] RemoveAllTimers

native simulated final function RemoveAllTimers ()


[edit] RemoveFlagSafe

native final function RemoveFlagSafe (int Flag)


[edit] RemoveTimer

native simulated final function RemoveTimer (name NotifyFunc)


[edit] RemoveTimerS

native simulated final function RemoveTimerS (string NotifyFunc)


[edit] SaveConfig

native(536) final function SaveConfig ()


[edit] SetPropertyText

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


[edit] SetPropertyTextDefault

native simulated final function SetPropertyTextDefault (string PropName)


[edit] TimeRemaining

native simulated final function float TimeRemaining (name NotifyFunc)


[edit] TimeRemainingS

native simulated final function float TimeRemainingS (string NotifyFunc)


[edit] TraceMessage

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


[edit] Events

[edit] BeginState

event BeginState ()


[edit] Constructed

event Constructed ()


[edit] EndState

event EndState ()


[edit] NotifyStateChange

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


[edit] Other instance functions

[edit] SetProbing

final function SetProbing (name ProbeFunc, bool bVal)


[edit] Operators

See Object operators.

Personal tools