- Modifiers
- native noexport
Core.Object
Direct Known Subclasses:
Actor, AdminManager, AnimEditProps, BehaviorControllerInterf, Bitmap, BrushBuilder, Canvas, CheatManager, Client, Commandlet, Console, ConsolePlugIn, DebugInfoManager, DebugStuff, Force, GameAIControllerInterf, GibSet, I3DL2Listener, ImpactHandler, KarmaParams, LegendObjectComponent, LevelDesc, LevelSummary, Locale, Material, MaterialFactory, MatObject, MeshEditProps, ObjectPool, Palette, ParticleEmitter, ParticleSystemAssets, ParticleTemplate, Player, PlayerInput, ReachSpec, RenderIterator, ScriptControllerInterf, SequEditProps, SoundSlotInterf, SoundTable, Subsystem, TestObj, TextureTypes, Time, TriggerHelper, UIHelper, UtilSquad, WebApplication, WebRequest, WebResponse
Enumerations Summary |
EAlignment ALMT_None,
ALMT_Left,
ALMT_Right,
ALMT_Top,
ALMT_Bottom,
ALMT_Center,
ALMT_HardLeft,
ALMT_HardRight,
ALMT_HardTop,
ALMT_HardBottom,
ALMT_HardCenter,
|
ECamOrientation CAMORIENT_None,
CAMORIENT_LookAtActor,
CAMORIENT_FacePath,
CAMORIENT_Interpolate,
|
ESheerAxis SHEER_None,
SHEER_XY,
SHEER_XZ,
SHEER_YX,
SHEER_YZ,
SHEER_ZX,
SHEER_ZY,
|
Structures Summary |
Alignment XAxis, YAxis |
BoundingVolume Sphere |
Box Min, Max, IsValid |
Color B, G, R, A |
ComponentHandle buffer |
Coords Origin, XAxis, YAxis, ZAxis |
Dimension Width, Height |
Guid A, B, C, D |
Matrix XPlane, YPlane, ZPlane, WPlane |
NotifyInfo Target, NotifyFunc |
ParticleHandle buffer |
Plane W |
Point X, Y |
Range A, B |
RangeVector X, Y, Z |
Rectangle X, Y, Width, Height |
Rotator Pitch, Yaw, Roll |
Scale Scale, SheerRate, SheerAxis |
Vector X, Y, Z |
Functions Summary |
| bool | ! (int I ))
|
| bool | ! (rotator R ))
|
| bool | ! (name N ))
|
| bool | ! (vector V ))
|
| bool | ! (float F ))
|
| bool | ! (bool A)
|
| bool | ! (string S ))
|
| bool | ! (Object O ))
|
| bool | != (rotator A, rotator B)
|
| bool | != (vector A, vector B)
|
| bool | != (string A, string B)
|
| bool | != (bool A, bool B)
|
| bool | != (name A, name B)
|
| bool | != (Object A, Object B)
|
| bool | != (float A, float B)
|
| bool | != (int A, int B)
|
| bool | != (range A, range B)
|
| string | $ (coerce string A, coerce string B)
|
| float | % (float A, float B)
|
| int | & (int A, int B)
|
| bool | && (bool A, skip bool B)
|
| vector | * (vector A, float B)
|
| float | * (float A, float B)
|
| int | * (int A, int B)
|
| range | * (range A, float B)
|
| range | * (float A, range B)
|
| range | * (range A, range B)
|
| rotator | * (float A, rotator B)
|
| vector | * (float A, vector B)
|
| vector | * (vector A, vector B)
|
| rotator | * (rotator A, float B)
|
| float | ** (float A, float B)
|
| range | *= (out range A, float B)
|
| range | *= (out range A, range B)
|
| vector | *= (out vector A, float B)
|
| vector | *= (out vector A, vector B)
|
| byte | *= (out byte A, byte B)
|
| int | *= (out int A, float B)
|
| float | *= (out float A, float B)
|
| rotator | *= (out rotator A, float B)
|
| vector | + (vector A, vector B)
|
| rotator | + (rotator A, rotator B)
|
| int | + (int A, int B)
|
| range | + (range A, range B)
|
| float | + (float A, float B)
|
| int | ++ (out int A)
|
| int | ++ (out int A)
|
| byte | ++ (out byte A)
|
| byte | ++ (out byte A)
|
| vector | += (out vector A, vector B)
|
| float | += (out float A, float B)
|
| byte | += (out byte A, byte B)
|
| range | += (out range A, range B)
|
| rotator | += (out rotator A, rotator B)
|
| int | += (out int A, int B)
|
| range | - (range A)
|
| range | - (range A, range B)
|
| int | - (int A, int B)
|
| int | - (int A)
|
| float | - (float A, float B)
|
| vector | - (vector A)
|
| float | - (float A)
|
| rotator | - (rotator A, rotator B)
|
| vector | - (vector A, vector B)
|
| int | -- (out int A)
|
| byte | -- (out byte A)
|
| byte | -- (out byte A)
|
| int | -- (out int A)
|
| vector | -= (out vector A, vector B)
|
| range | -= (out range A, range B)
|
| float | -= (out float A, float B)
|
| rotator | -= (out rotator A, rotator B)
|
| int | -= (out int A, int B)
|
| byte | -= (out byte A, byte B)
|
| range | / (float A, range B)
|
| range | / (range A, float B)
|
| rotator | / (rotator A, float B)
|
| vector | / (vector A, float B)
|
| float | / (float A, float B)
|
| int | / (int A, int B)
|
| int | /= (out int A, float B)
|
| float | /= (out float A, float B)
|
| vector | /= (out vector A, float B)
|
| range | /= (out range A, float B)
|
| byte | /= (out byte A, byte B)
|
| rotator | /= (out rotator A, float B)
|
| bool | < (int A, int B)
|
| bool | < (string A, string B)
|
| bool | < (float A, float B)
|
| int | << (int A, int B)
|
| vector | << (vector A, rotator B)
|
| bool | <= (string A, string B)
|
| bool | <= (int A, int B)
|
| bool | <= (float A, float B)
|
| bool | == (range A, range B)
|
| bool | == (string A, string B)
|
| bool | == (float A, float B)
|
| bool | == (int A, int B)
|
| bool | == (bool A, bool B)
|
| bool | == (name A, name B)
|
| bool | == (vector A, vector B)
|
| bool | == (Object A, Object B)
|
| bool | == (rotator A, rotator B)
|
| bool | > (int A, int B)
|
| bool | > (float A, float B)
|
| bool | > (string A, string B)
|
| bool | >= (string A, string B)
|
| bool | >= (float A, float B)
|
| bool | >= (int A, int B)
|
| int | >> (int A, int B)
|
| vector | >> (vector A, rotator B)
|
| int | >>> (int A, int B)
|
| bool | ? (name N ))
|
| bool | ? (string S ))
|
| bool | ? (bool B ))
|
| bool | ? (float F ))
|
| bool | ? (Object O ))
|
| bool | ? (vector V ))
|
| bool | ? (rotator R ))
|
| bool | ? (int I ))
|
| string | @ (coerce string A, coerce string B)
|
| float | @= (out float A, range B)
|
| float | Ablend (float A, float B, float Result)
|
| float | AblendR (Range R, float Result)
|
| float | Abs (float A)
|
| float | Acos (float A)
|
| | AddFlagSafe (int Flag)
|
| | AddTimer (name NotifyFunc, float Frequency, optional bool bRepeat, optional float RandomSpread, optional bool bForceUpdate)
|
| | AddTimerS (string NotifyFunc, float Frequency, optional bool bRepeat, optional float RandomSpread, optional bool bForceUpdate)
|
| int | Asc (string S)
|
| float | Asin (float A)
|
| float | Atan (float A)
|
| float | Atan2 (float Y, float X)
|
| | BeginState ()
|
| float | Blend (float A, float B, float Pct)
|
| float | BlendR (Range R, float Pct)
|
| bool | CallFunction (name FuncName, optional Object ReturnObj, optional name ReturnVarName, optional int Index)
|
| bool | CallFunctionS (string FuncName, optional Object ReturnObj, optional string ReturnVarName, optional int Index)
|
| bool | CanGetProperty (string PropName)
|
| bool | CanSetProperty (string PropName)
|
| string | Caps (coerce string S)
|
| string | Chr (int i)
|
| int | Clamp (int V, int A, int B)
|
| bool | ClassIsChildOf (class TestClass, class ParentClass)
|
| | Constructed ()
|
| float | Cos (float A)
|
| vector | Cross (vector A, vector B)
|
| bool | DefinesFunction (name FuncName)
|
| bool | DefinesFunctionS (string FuncName)
|
| | Delete ()
|
| | Disable (name ProbeFunc)
|
| float | Dot (vector A, vector B)
|
| name | DumpProbes ()
|
| object | DynamicLoadObject (string ObjectName, class ObjectClass, optional bool MayFail)
|
| | Enable (name ProbeFunc)
|
| | EndState ()
|
| string | EnumStr (Object Type, byte Val, optional int Pre)
|
| float | Exp (float A)
|
| float | FClamp (float V, float A, float B)
|
| bool | FDecision (float Odds)
|
| int | FileSize (string Filename)
|
| object | FindObject (string ObjectName, class ObjectClass)
|
| float | FMax (float A, float B)
|
| float | FMin (float A, float B)
|
| float | FRand ()
|
| | GetAxes (rotator A, out vector X, out vector Y, out vector Z)
|
| string | GetContext (optional byte Level)
|
| name | GetEnum (object E, int i)
|
| string | GetLanguage ()
|
| string | GetPropertyText (string PropName, optional bool bDefault)
|
| float | GetRand (range A)
|
| name | GetStateName ()
|
| | GetUnAxes (rotator A, out vector X, out vector Y, out vector Z)
|
| color | GetWhiteColor ()
|
| | GotoLabel (name Label)
|
| | GotoState (name NewState, optional name Label)
|
| int | InStr (coerce string S, coerce string t)
|
| | Invert (out vector X, out vector Y, out vector Z)
|
| bool | IsA (name ClassName)
|
| bool | IsInState (name TestState)
|
| bool | IsProbing (name ProbeFunc)
|
| string | Left (coerce string S, int i)
|
| int | Len (coerce string S)
|
| float | Lerp (float Alpha, float A, float B)
|
| float | LineLineIntersection (vector P1, vector V1, vector P2, vector P3)
|
| string | Localize (string SectionName, string KeyName, string PackageName, optional bool bOptional)
|
| string | Locs (coerce string S)
|
| | Log (coerce string S, optional name Tag)
|
| float | Loge (float A)
|
| int | Max (int A, int B)
|
| string | Mid (coerce string S, int i, optional int j)
|
| int | Min (int A, int B)
|
| vector | MirrorVectorByNormal (vector Vect, vector Normal)
|
| vector | Normal (vector A)
|
| rotator | Normalize (rotator Rot)
|
| | NotifyStateChange (name OldState, name NewState, name Label, bool bGoto, string ContextNameStr, int ContextLineNum)
|
| | ObjListMemStats (bool bClear)
|
| rotator | OrthoRotation (vector X, vector Y, vector Z)
|
| | ProgressSeed (out int Seed)
|
| string | Quotes (string S))
|
| int | Rand (int Max)
|
| vector | RandomSpreadVector (float SpreadDegrees)
|
| float | RandRange (float Min, float Max)
|
| | RemoveAllTimers ()
|
| | RemoveFlagSafe (int Flag)
|
| | RemoveTimer (name NotifyFunc)
|
| | RemoveTimerS (string NotifyFunc)
|
| | ResetConfig ()
|
| | ResetLoaders (object Pkg, bool DynamicOnly, bool ForceLazyLoad)
|
| string | Right (coerce string S, int i)
|
| float | RMax (range A)
|
| float | RMin (range A)
|
| vector | RotateAngleAxis (vector V, vector Axis, INT Angle)
|
| rotator | RotRand (optional bool bRoll)
|
| float | Round (float A)
|
| float | RSize (range A)
|
| | SaveConfig ()
|
| | SetProbing (name ProbeFunc, bool bVal ))
|
| | SetPropertyText (string PropName, string PropValue)
|
| | SetPropertyTextDefault (string PropName)
|
| float | Sin (float A)
|
| float | Smerp (float Alpha, float A, float B)
|
| int | SMod (int i, int Limit ))
|
| bool | Split (string S, string InS, out string LeftS, out string RightS, optional bool bRight)
|
| float | Sqrt (float A)
|
| float | Square (float A)
|
| bool | StaticCallFunction (Object Obj, name FuncName, optional Object ReturnObj, optional name ReturnVarName, optional int Index)
|
| bool | StaticCallFunctionS (Object Obj, string FuncName, optional Object ReturnObj, optional string ReturnVarName, optional int Index)
|
| bool | StaticDefinesFunction (Object Obj, name FuncName)
|
| bool | StaticDefinesFunctionS (Object Obj, string FuncName)
|
| | StaticSaveConfig ()
|
| int | StrArray (string S, string Delim, out array<string> Ar, optional bool bUnique)
|
| name | StringToName (string S, optional bool bAdd)
|
| float | Tan (float A)
|
| float | TimeRemaining (name NotifyFunc)
|
| float | TimeRemainingS (string NotifyFunc)
|
| | TraceMessage (name TraceName, Object ContextObject, coerce string Msg)
|
| vector | VRand ()
|
| float | VSize (vector A)
|
| float | VSize2D (vector A)
|
| float | VSizeSq (vector A)
|
| float | VSizeSq2D (vector A)
|
| | Warn (coerce string S)
|
| int | ^ (int A, int B)
|
| bool | ^^ (bool A, bool B)
|
| int | | (int A, int B)
|
| bool | || (bool A, skip bool B)
|
| bool | ~ (ParticleHandle A)
|
| bool | ~ (ComponentHandle A)
|
| int | ~ (int A)
|
| bool | ~= (float A, float B)
|
| bool | ~= (string A, string B)
|
const DegreesToRadians = 0.0174532925199432;
DegreesToRotationUnits Source code
const DegreesToRotationUnits = 182.044;
const MaxFlt = 3.402823466E38;
const MaxInt = 0x7fffffff;
const MAXSEED = 4194304.0;
const NoLabel = '';
const NoState = '';
const Pi = 3.1415926535897932;
const RadiansToDegrees = 57.295779513082321;
const RF_NotifyStateChange = 0x00000100;
RotationUnitsToDegrees Source code
const RotationUnitsToDegrees = 0.00549;
var native const int ObjectFlags;
var native private const int ObjectInternal[6];
var native const
object Outer;
Object
var(
Object) native const editconst
class Class;
var(
Object) native const editconst
name Name;
enum
EAlignment
{
ALMT_None,
ALMT_Left,
ALMT_Right,
ALMT_Top,
ALMT_Bottom,
ALMT_Center,
ALMT_HardLeft,
ALMT_HardRight,
ALMT_HardTop,
ALMT_HardBottom,
ALMT_HardCenter,
};
enum
ECamOrientation
{
CAMORIENT_None,
CAMORIENT_LookAtActor,
CAMORIENT_FacePath,
CAMORIENT_Interpolate,
};
enum
ESheerAxis
{
SHEER_None,
SHEER_XY,
SHEER_XZ,
SHEER_YX,
SHEER_YZ,
SHEER_ZX,
SHEER_ZY,
};
struct
Guid
{
var int A;
var int B;
var int C;
var int D;
};
struct
NotifyInfo
{
var const int NotifyFunc;
var const int Target;
};
static final preoperator bool ! ( int I ) )
static final preoperator
bool ! (
rotator R ) )
static final preoperator bool ! ( name N ) )
static final preoperator
bool ! (
vector V ) )
static final preoperator bool ! ( float F ) )
native(129) static final preoperator bool ! ( bool A )
static final preoperator bool ! ( string S ) )
static final preoperator
bool ! (
Object O ) )
native(
218) static final operator
bool != (
vector A,
vector B )
native(123) static final operator bool != ( string A, string B )
native(243) static final operator bool != ( bool A, bool B )
native(255) static final operator bool != ( name A, name B )
native(
119) static final operator
bool != (
Object A,
Object B )
native(181) static final operator bool != ( float A, float B )
native(155) static final operator bool != ( int A, int B )
native(
329) static final operator
bool != (
range A,
range B )
native(112) static final operator string $ ( coerce string A, coerce string B )
native(173) static final operator float % ( float A, float B )
native(156) static final operator int & ( int A, int B )
native(130) static final operator bool && ( bool A, skip bool B )
native(
212) static final operator
vector * (
vector A,
float B )
native(171) static final operator float * ( float A, float B )
native(144) static final operator int * ( int A, int B )
native(
322) static final operator
range * (
range A,
float B )
native(
323) static final operator
range * (
float A,
range B )
native(
213) static final operator
vector * (
float A,
vector B )
native(170) static final operator float ** ( float A, float B )
native(
330) static final operator
range *= (
out range A,
float B )
native(
221) static final operator
vector *= (
out vector A,
float B )
native(133) static final operator byte *= ( out byte A, byte B )
native(159) static final operator int *= ( out int A, float B )
native(182) static final operator float *= ( out float A, float B )
native(
290) static final operator
rotator *= (
out rotator A,
float B )
native(146) static final operator int + ( int A, int B )
native(174) static final operator float + ( float A, float B )
native(165) static final postoperator int ++ ( out int A )
native(163) static final preoperator int ++ ( out int A )
native(137) static final preoperator byte ++ ( out byte A )
native(139) static final postoperator byte ++ ( out byte A )
native(184) static final operator float += ( out float A, float B )
native(135) static final operator byte += ( out byte A, byte B )
native(161) static final operator int += ( out int A, int B )
native(
321) static final preoperator
range - (
range A )
native(147) static final operator int - ( int A, int B )
native(143) static final preoperator int - ( int A )
native(175) static final operator float - ( float A, float B )
native(169) static final preoperator float - ( float A )
native(164) static final preoperator int -- ( out int A )
native(140) static final postoperator byte -- ( out byte A )
native(138) static final preoperator byte -- ( out byte A )
native(166) static final postoperator int -- ( out int A )
native(185) static final operator float -= ( out float A, float B )
native(162) static final operator int -= ( out int A, int B )
native(136) static final operator byte -= ( out byte A, byte B )
native(
340) static final operator
range / (
float A,
range B )
native(
325) static final operator
range / (
range A,
float B )
native(
214) static final operator
vector / (
vector A,
float B )
native(172) static final operator float / ( float A, float B )
native(145) static final operator int / ( int A, int B )
native(160) static final operator int /= ( out int A, float B )
native(183) static final operator float /= ( out float A, float B )
native(
222) static final operator
vector /= (
out vector A,
float B )
native(
332) static final operator
range /= (
out range A,
float B )
native(134) static final operator byte /= ( out byte A, byte B )
native(
291) static final operator
rotator /= (
out rotator A,
float B )
native(150) static final operator bool < ( int A, int B )
native(115) static final operator bool < ( string A, string B )
native(176) static final operator bool < ( float A, float B )
native(148) static final operator int << ( int A, int B )
native(120) static final operator bool <= ( string A, string B )
native(152) static final operator bool <= ( int A, int B )
native(178) static final operator bool <= ( float A, float B )
native(
328) static final operator
bool == (
range A,
range B )
native(122) static final operator bool == ( string A, string B )
native(180) static final operator bool == ( float A, float B )
native(154) static final operator bool == ( int A, int B )
native(242) static final operator bool == ( bool A, bool B )
native(254) static final operator bool == ( name A, name B )
native(
217) static final operator
bool == (
vector A,
vector B )
native(
114) static final operator
bool == (
Object A,
Object B )
native(151) static final operator bool > ( int A, int B )
native(177) static final operator bool > ( float A, float B )
native(116) static final operator bool > ( string A, string B )
native(121) static final operator bool >= ( string A, string B )
native(179) static final operator bool >= ( float A, float B )
native(153) static final operator bool >= ( int A, int B )
native(149) static final operator int >> ( int A, int B )
native(196) static final operator int >>> ( int A, int B )
static final postoperator bool ? ( name N ) )
static final postoperator bool ? ( string S ) )
static final postoperator bool ? ( bool B ) )
static final postoperator bool ? ( float F ) )
static final postoperator
bool ? (
Object O ) )
static final postoperator
bool ? (
vector V ) )
static final postoperator
bool ? (
rotator R ) )
static final postoperator bool ? ( int I ) )
native(168) static final operator string @ ( coerce string A, coerce string B )
native(
335) static final operator
float @= (
out float A,
range B )
native(1035) static final function float Ablend ( float A, float B, float Result )
native(
1037) static final
function float AblendR (
Range R,
float Result )
native(186) static final function float Abs ( float A )
native(812) static final function float Acos ( float A )
native final function AddFlagSafe ( int Flag )
native simulated final function AddTimer ( name NotifyFunc, float Frequency, optional bool bRepeat, optional float RandomSpread, optional bool bForceUpdate )
native simulated final function AddTimerS ( string NotifyFunc, float Frequency, optional bool bRepeat, optional float RandomSpread, optional bool bForceUpdate )
native(237) static final function int Asc ( string S )
native static final function float Asin ( float A )
native(190) static final function float Atan ( float A )
native static final function float Atan2 ( float Y, float X )
event BeginState ( )
native(1034) static final function float Blend ( float A, float B, float Pct )
native(
1036) static final
function float BlendR (
Range R,
float Pct )
native simulated final
function bool CallFunction (
name FuncName, optional
Object ReturnObj, optional
name ReturnVarName, optional
int Index )
native simulated final
function bool CallFunctionS (
string FuncName, optional
Object ReturnObj, optional
string ReturnVarName, optional
int Index )
native simulated final function bool CanGetProperty ( string PropName )
native simulated final function bool CanSetProperty ( string PropName )
native(235) static final function string Caps ( coerce string S )
native(236) static final function string Chr ( int i )
native(251) static final function int Clamp ( int V, int A, int B )
native(258) static final function bool ClassIsChildOf ( class TestClass, class ParentClass )
event Constructed ( )
native(188) static final function float Cos ( float A )
native simulated final function bool DefinesFunction ( name FuncName )
native simulated final function bool DefinesFunctionS ( string FuncName )
native(1032) final function Delete ( )
native(118) final function Disable ( name ProbeFunc )
native(
219) static final operator
float Dot (
vector A,
vector B )
native final function name DumpProbes ( )
native static final
function object DynamicLoadObject (
string ObjectName,
class ObjectClass, optional
bool MayFail )
native(117) final function Enable ( name ProbeFunc )
event EndState ( )
native static final
function string EnumStr (
Object Type,
byte Val, optional
int Pre )
native(191) static final function float Exp ( float A )
native(246) static final function float FClamp ( float V, float A, float B )
native(1038) static final function bool FDecision ( float Odds )
native final static function int FileSize ( string Filename )
native static final
function object FindObject (
string ObjectName,
class ObjectClass )
native(245) static final function float FMax ( float A, float B )
native(244) static final function float FMin ( float A, float B )
native(195) static final function float FRand ( )
native final static function string GetContext ( optional byte Level )
native static final
function name GetEnum (
object E,
int i )
native static function string GetLanguage ( )
native simulated final function string GetPropertyText ( string PropName, optional bool bDefault )
native(
337) static final
function float GetRand (
range A )
native(284) final function name GetStateName ( )
static final
function color GetWhiteColor ( )
native(992) final function GotoLabel ( name Label )
native(113) final function GotoState ( name NewState, optional name Label )
native(126) static final function int InStr ( coerce string S, coerce string t )
native(303) final function bool IsA ( name ClassName )
native(281) final function bool IsInState ( name TestState )
native final function bool IsProbing ( name ProbeFunc )
native(128) static final function string Left ( coerce string S, int i )
native(125) static final function int Len ( coerce string S )
native(247) static final function float Lerp ( float Alpha, float A, float B )
native static function string Localize ( string SectionName, string KeyName, string PackageName, optional bool bOptional )
native static final function string Locs ( coerce string S )
native(231) final static function Log ( coerce string S, optional name Tag )
native(192) static final function float Loge ( float A )
native(250) static final function int Max ( int A, int B )
native(127) static final function string Mid ( coerce string S, int i, optional int j )
native(249) static final function int Min ( int A, int B )
native(
300) static final
function vector MirrorVectorByNormal (
vector Vect,
vector Normal )
native(
226) static final
function vector Normal (
vector A )
event NotifyStateChange ( name OldState, name NewState, name Label, bool bGoto, string ContextNameStr, int ContextLineNum )
native static function ObjListMemStats ( bool bClear )
native static final function ProgressSeed ( out int Seed )
static final function string Quotes ( string S) )
native(167) static final function int Rand ( int Max )
native(
253) static final
function vector RandomSpreadVector (
float SpreadDegrees )
native(1033) static final function float RandRange ( float Min, float Max )
native simulated final function RemoveAllTimers ( )
native final function RemoveFlagSafe ( int Flag )
native simulated final function RemoveTimer ( name NotifyFunc )
native simulated final function RemoveTimerS ( string NotifyFunc )
native static final function ResetConfig ( )
native static final
function ResetLoaders (
object Pkg,
bool DynamicOnly,
bool ForceLazyLoad )
native(234) static final function string Right ( coerce string S, int i )
native(
339) static final
function float RMax (
range A )
native(
338) static final
function float RMin (
range A )
native(
320) static final
function rotator RotRand ( optional
bool bRoll )
static final function float Round ( float A )
native(
336) static final
function float RSize (
range A )
native(536) final function SaveConfig ( )
final function SetProbing ( name ProbeFunc, bool bVal ) )
native simulated final function SetPropertyText ( string PropName, string PropValue )
SetPropertyTextDefault Source code
native simulated final function SetPropertyTextDefault ( string PropName )
native(187) static final function float Sin ( float A )
native(248) static final function float Smerp ( float Alpha, float A, float B )
static final function int SMod ( int i, int Limit ) )
native static final function bool Split ( string S, string InS, out string LeftS, out string RightS, optional bool bRight )
native(193) static final function float Sqrt ( float A )
native(194) static final function float Square ( float A )
native static final
function bool StaticCallFunction (
Object Obj,
name FuncName, optional
Object ReturnObj, optional
name ReturnVarName, optional
int Index )
native static final
function bool StaticCallFunctionS (
Object Obj,
string FuncName, optional
Object ReturnObj, optional
string ReturnVarName, optional
int Index )
native static final
function bool StaticDefinesFunction (
Object Obj,
name FuncName )
StaticDefinesFunctionS Source code
native static final
function bool StaticDefinesFunctionS (
Object Obj,
string FuncName )
native static final function StaticSaveConfig ( )
native static final function int StrArray ( string S, string Delim, out array<string> Ar, optional bool bUnique )
native static final function name StringToName ( string S, optional bool bAdd )
native(189) static final function float Tan ( float A )
native simulated final function float TimeRemaining ( name NotifyFunc )
native simulated final function float TimeRemainingS ( string NotifyFunc )
native simulated final
function TraceMessage (
name TraceName,
Object ContextObject, coerce
string Msg )
native(
252) static final
function vector VRand ( )
native(
225) static final
function float VSize (
vector A )
native(
342) static final
function float VSize2D (
vector A )
native(
341) static final
function float VSizeSq (
vector A )
native(
343) static final
function float VSizeSq2D (
vector A )
native(232) final static function Warn ( coerce string S )
native(157) static final operator int ^ ( int A, int B )
native(131) static final operator bool ^^ ( bool A, bool B )
native(158) static final operator int | ( int A, int B )
native(132) static final operator bool || ( bool A, skip bool B )
native(141) static final preoperator int ~ ( int A )
native(210) static final operator bool ~= ( float A, float B )
native(124) static final operator bool ~= ( string A, string B )
Creation time: sk 3-1-2016 10:48:31.177 - Created with
UnCodeX