- Extends
- Object
- Modifiers
- within GFxMoviePlayer dependsOn ( GFxMoviePlayer ) native
Filename : GFxObject.uc
Content : Unreal Scaleform GFx integration
Copyright : (c) 2006-2007 Scaleform Corp. All Rights Reserved.
Portions of the integration code is from Epic Games as identified by Perforce annotations.
Copyright 2010 Epic Games, Inc. All rights reserved.
Notes :
Licensees may use this file in accordance with the valid Scaleform
Commercial License Agreement provided with the software.
This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING
THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR ANY PURPOSE.
GFxObject is GFxValue in Scaleform code
Core.Object
|
+-- GFxUI.GFxObject
Direct Known Subclasses:
GFxClikWidget, GFxMinimap, GFxUIView
Inherited Contants from Core.Object |
AspectRatio16x9, AspectRatio4x3, AspectRatio5x4, DegToRad, DegToUnrRot, INDEX_NONE, InvAspectRatio16x9, InvAspectRatio4x3, InvAspectRatio5x4, MaxInt, Pi, RadToDeg, RadToUnrRot, UnrRotToDeg, UnrRotToRad |
Inherited Variables from Core.Object |
Class, HashNext, HashOuterNext, Linker, LinkerIndex, Name, NetIndex, ObjectArchetype, ObjectFlags, ObjectInternalInteger, Outer, StateFrame, VfTableObject |
Structures Summary |
ASColorTransform multiply, add |
ASDisplayInfo X, Y, Z, Rotation, XRotation, YRotation, XScale, YScale, ZScale, Alpha, Visible, hasX, hasY, hasZ, hasRotation, hasXRotation, hasYRotation, hasXScale, hasYScale, hasZScale, hasAlpha, hasVisible |
Inherited Structures from Core.Object |
Array_Mirror, BitArray_Mirror, BoneAtom, Box, BoxSphereBounds, Color, Cylinder, double, FColorVertexBuffer_Mirror, Guid, IndirectArray_Mirror, InlinePointerArray_Mirror, InterpCurveFloat, InterpCurveLinearColor, InterpCurvePointFloat, InterpCurvePointLinearColor, InterpCurvePointQuat, InterpCurvePointTwoVectors, InterpCurvePointVector, InterpCurvePointVector2D, InterpCurveQuat, InterpCurveTwoVectors, InterpCurveVector, InterpCurveVector2D, IntPoint, LinearColor, Map_Mirror, Matrix, MultiMap_Mirror, OctreeElementId, Plane, pointer, Quat, qword, RawDistribution, RenderCommandFence, RenderCommandFence_Mirror, Rotator, Set_Mirror, SHVector, SHVectorRGB, SparseArray_Mirror, TAlphaBlend, ThreadSafeCounter, TPOV, TwoVectors, UntypedBulkData_Mirror, Vector, Vector2D, Vector4 |
Functions Summary |
 | array<GFxObject> | ActionScriptArray (string path)
|
 | float | ActionScriptFloat (string method)
|
 | int | ActionScriptInt (string method)
|
 | GFxObject | ActionScriptObject (string path)
|
 | | ActionScriptSetFunction (string Member)
|
 | | ActionScriptSetFunctionOn (GFxObject target, string Member)
|
 | string | ActionScriptString (string method)
|
 | | ActionScriptVoid (string method)
|
 | GFxObject | AttachMovie (string symbolname, string instancename, optional int depth = -1, optional class type = class'GFxObject')
|
 | GFxObject | CreateEmptyMovieClip (string instancename, optional int depth = -1, optional class type = class'GFxObject')
|
 | ASValue | Get (string Member)
|
 | bool | GetBool (string Member)
|
 | ASColorTransform | GetColorTransform ()
|
 | ASDisplayInfo | GetDisplayInfo ()
|
 | Matrix | GetDisplayMatrix ()
|
 | ASValue | GetElement (int index)
|
 | bool | GetElementBool (int index)
|
 | ASDisplayInfo | GetElementDisplayInfo (int index)
|
 | Matrix | GetElementDisplayMatrix (int index)
|
 | float | GetElementFloat (int index)
|
 | ASValue | GetElementMember (int index, string Member)
|
 | bool | GetElementMemberBool (int index, string Member)
|
 | float | GetElementMemberFloat (int index, string Member)
|
 | GFxObject | GetElementMemberObject (int index, string Member, optional class type = class'GFxObject')
|
 | string | GetElementMemberString (int index, string Member)
|
 | GFxObject | GetElementObject (int index, optional class type = class'GFxObject')
|
 | string | GetElementString (int index)
|
 | float | GetFloat (string Member)
|
 | GFxObject | GetObject (string Member, optional class type = class'GFxObject')
|
 | bool | GetPosition (out float x, out float y)
|
 | string | GetString (string Member)
|
 | string | GetText ()
|
 | | GotoAndPlay (string frame)
|
 | | GotoAndPlayI (int frame)
|
 | | GotoAndStop (string frame)
|
 | | GotoAndStopI (int frame)
|
 | ASValue | Invoke (string Member, array<ASValue> args)
|
 | | Set (string Member, ASValue Arg)
|
 | | SetBool (string Member, bool b)
|
 | | SetColorTransform (ASColorTransform cxform)
|
 | | SetDisplayInfo (ASDisplayInfo d)
|
 | | SetDisplayMatrix (Matrix m)
|
 | | SetDisplayMatrix3D (Matrix m)
|
 | | SetElement (int index, ASValue Arg)
|
 | | SetElementBool (int index, bool b)
|
 | | SetElementColorTransform (int index, ASColorTransform cxform)
|
 | | SetElementDisplayInfo (int index, ASDisplayInfo d)
|
 | | SetElementDisplayMatrix (int index, Matrix m)
|
 | | SetElementFloat (int index, float f)
|
 | | SetElementMember (int index, string Member, ASValue arg)
|
 | | SetElementMemberBool (int index, string Member, bool b)
|
 | | SetElementMemberFloat (int index, string Member, float f)
|
 | | SetElementMemberObject (int index, string Member, GFxObject val)
|
 | | SetElementMemberString (int index, string Member, string s)
|
 | | SetElementObject (int index, GFxObject val)
|
 | | SetElementPosition (int index, float x, float y)
|
 | | SetElementString (int index, string s)
|
 | | SetElementVisible (int index, bool visible)
|
 | | SetFloat (string Member, float f)
|
 | | SetFunction (string Member, Object context, name fname)
|
 | | SetObject (string Member, GFxObject val)
|
 | | SetPosition (float x, float y)
|
 | | SetString (string Member, string s, optional TranslationContext InContext)
|
 | | SetText (coerce string text, optional TranslationContext InContext)
|
 | | SetVisible (bool visible)
|
 | String | TranslateString (String StringToTranslate, optional TranslationContext InContext)
|
 | bool | WidgetInitialized (name WidgetName, name WidgetPath, GFxObject Widget)
|
 | bool | WidgetUnloaded (name WidgetName, name WidgetPath, GFxObject Widget)
|
Inherited Functions from Core.Object |
!, !=, $, $=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, @=, Abs, Acos, Asc, Asin, Atan, Atan2, BeginState, ByteToFloat, Caps, Chr, Clamp, ClampLength, ClampRotAxis, ClampRotAxisFromBase, ClampRotAxisFromRange, ClassIsChildOf, ClockwiseFrom, ColorToLinearColor, ContinuedState, Cos, Cross, DebugBreak, Disable, Dot, DumpStateStack, DynamicLoadObject, Enable, EndState, EvalInterpCurveFloat, EvalInterpCurveVector, EvalInterpCurveVector2D, Exp, FCeil, FClamp, FCubicInterp, FFloor, FindDeltaAngle, FindObject, FInterpConstantTo, FInterpEaseIn, FInterpEaseInOut, FInterpEaseOut, FInterpTo, float, FloatToByte, FMax, FMin, FPctByRange, FRand, GetAngularDegreesFromRadians, GetAngularDistance, GetAngularFromDotDist, GetAxes, GetBuildChangelistNumber, GetDotDistance, GetEngineVersion, GetEnum, GetFuncName, GetHeadingAngle, GetMappedRangeValue, GetPackageName, GetPerObjectConfigSections, GetRangePctByValue, GetRangeValueByPct, GetRightMost, GetRotatorAxis, GetScriptTrace, GetStateName, GetSystemTime, GetUnAxes, GotoState, InCylinder, InStr, InverseTransformNormal, InverseTransformVector, IsA, IsChildState, IsInState, IsPendingKill, IsUTracing, IsZero, JoinArray, Left, Len, Lerp, LerpColor, Localize, Locs, Loge, LogInternal, MakeColor, MakeLinearColor, MakeRotationMatrix, MakeRotationTranslationMatrix, MakeRotator, MatrixGetAxis, MatrixGetOrigin, MatrixGetRotator, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, NormalizeRotAxis, NoZDot, OrthoRotation, ParseLocalizedPropertyPath, ParseStringIntoArray, PathName, PausedState, PointDistToLine, PointDistToPlane, PointDistToSegment, PointProjectToPlane, PoppedState, PopState, ProjectOnTo, PushedState, PushState, QuatDot, QuatFindBetween, QuatFromAxisAndAngle, QuatFromRotator, QuatInvert, QuatProduct, QuatRotateVector, QuatSlerp, QuatToRotator, Rand, RDiff, Repl, Right, RInterpTo, RLerp, RotRand, Round, RSize, RSmerp, RTransform, SaveConfig, SClampRotAxis, ScriptTrace, SetUTracing, Sin, Split, SplitString, Sqrt, Square, StaticSaveConfig, Tan, TimeStamp, ToHex, TransformNormal, TransformVector, TransformVectorByRotation, UnwindHeading, vect2d, VInterpTo, VLerp, VRand, VRandCone, VRandCone2, VSize, VSize2D, VSizeSq, VSizeSq2D, VSmerp, WarnInternal, ^, ^^, |, ||, ~, ~= |
var const private native int Value[12];
native noexport final function array<
GFxObject> ActionScriptArray (
string path )
native noexport final function float ActionScriptFloat ( string method )
native noexport final function int ActionScriptInt ( string method )
native noexport final function
GFxObject ActionScriptObject (
string path )
ActionScriptSetFunction Source code
protected native noexport final function ActionScriptSetFunction ( string Member )
ActionScriptSetFunctionOn Source code
protected native noexport final function ActionScriptSetFunctionOn (
GFxObject target,
string Member )
native noexport final function string ActionScriptString ( string method )
native noexport final function ActionScriptVoid ( string method )
native final function
GFxObject AttachMovie (
string symbolname,
string instancename, optional
int depth = -
1, optional
class<
GFxObject>
type =
class'GFxObject' )
native final function
GFxObject CreateEmptyMovieClip (
string instancename, optional
int depth = -
1, optional
class<
GFxObject>
type =
class'GFxObject' )
native final function
ASValue Get (
string Member )
native final function bool GetBool ( string Member )
native final function
Matrix GetDisplayMatrix ( )
native final function
ASValue GetElement (
int index )
native final function bool GetElementBool ( int index )
native final function
ASDisplayInfo GetElementDisplayInfo (
int index )
GetElementDisplayMatrix Source code
native final function
Matrix GetElementDisplayMatrix (
int index )
native final function float GetElementFloat ( int index )
native final function
ASValue GetElementMember (
int index,
string Member )
native final function bool GetElementMemberBool ( int index, string Member )
native final function float GetElementMemberFloat ( int index, string Member )
GetElementMemberObject Source code
native final function
GFxObject GetElementMemberObject (
int index,
string Member, optional
class<
GFxObject>
type =
class'GFxObject' )
GetElementMemberString Source code
native final function string GetElementMemberString ( int index, string Member )
native final function
GFxObject GetElementObject (
int index, optional
class<
GFxObject>
type =
class'GFxObject' )
native final function string GetElementString ( int index )
native final function float GetFloat ( string Member )
native final function
GFxObject GetObject (
string Member, optional
class<
GFxObject>
type =
class'GFxObject' )
native final function bool GetPosition ( out float x, out float y )
native final function string GetString ( string Member )
native final function string GetText ( )
native final function GotoAndPlay ( string frame )
native final function GotoAndPlayI ( int frame )
native final function GotoAndStop ( string frame )
native final function GotoAndStopI ( int frame )
native final function
ASValue Invoke (
string Member, array<
ASValue> args )
native final function Set (
string Member,
ASValue Arg )
native final function SetBool ( string Member, bool b )
native noexport final function SetDisplayMatrix (
Matrix m )
native noexport final function SetDisplayMatrix3D (
Matrix m )
native final function SetElement (
int index,
ASValue Arg )
native final function SetElementBool ( int index, bool b )
SetElementColorTransform Source code
native final function SetElementColorTransform (
int index,
ASColorTransform cxform )
native final function SetElementDisplayInfo (
int index,
ASDisplayInfo d )
SetElementDisplayMatrix Source code
native noexport final function SetElementDisplayMatrix (
int index,
Matrix m )
native final function SetElementFloat ( int index, float f )
native final function SetElementMember (
int index,
string Member,
ASValue arg )
native final function SetElementMemberBool ( int index, string Member, bool b )
native final function SetElementMemberFloat ( int index, string Member, float f )
SetElementMemberObject Source code
native final function SetElementMemberObject (
int index,
string Member,
GFxObject val )
SetElementMemberString Source code
native final function SetElementMemberString ( int index, string Member, string s )
native final function SetElementObject (
int index,
GFxObject val )
native final function SetElementPosition ( int index, float x, float y )
native final function SetElementString ( int index, string s )
native final function SetElementVisible ( int index, bool visible )
native final function SetFloat ( string Member, float f )
native final function SetFunction (
string Member,
Object context,
name fname )
native final function SetObject (
string Member,
GFxObject val )
native final function SetPosition ( float x, float y )
native final function SetString (
string Member,
string s, optional
TranslationContext InContext )
native final function SetText ( coerce
string text, optional
TranslationContext InContext )
native final function SetVisible ( bool visible )
native static function
String TranslateString (
String StringToTranslate, optional
TranslationContext InContext )
event
bool WidgetInitialized (
name WidgetName,
name WidgetPath,
GFxObject Widget )
event
bool WidgetUnloaded (
name WidgetName,
name WidgetPath,
GFxObject Widget )
Creation time: ti 22-3-2011 19:56:50.356 - Created with
UnCodeX