Cogito, ergo sum
UE2:Object static native functions (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
Object (static native functions) |
Contents
- 1 Static native functions
- 1.1 Abs
- 1.2 Acos
- 1.3 Asc
- 1.4 Asin
- 1.5 Atan
- 1.6 Caps
- 1.7 Chr
- 1.8 Clamp
- 1.9 ClassIsChildOf
- 1.10 Cos
- 1.11 DynamicLoadObject
- 1.12 Exp
- 1.13 FClamp
- 1.14 FindObject
- 1.15 FMax
- 1.16 FMin
- 1.17 FRand
- 1.18 GetAxes
- 1.19 GetEnum
- 1.20 GetUnAxes
- 1.21 InStr
- 1.22 InterpCurveEval
- 1.23 InterpCurveGetInputDomain
- 1.24 InterpCurveGetOutputRange
- 1.25 Invert
- 1.26 Left
- 1.27 Len
- 1.28 Lerp
- 1.29 Localize
- 1.30 Log
- 1.31 Loge
- 1.32 Max
- 1.33 Mid
- 1.34 Min
- 1.35 MirrorVectorByNormal
- 1.36 Normal
- 1.37 Normalize
- 1.38 OrthoRotation
- 1.39 QuatFindBetween
- 1.40 QuatFromAxisAndAngle
- 1.41 QuatFromRotator
- 1.42 QuatInvert
- 1.43 QuatProduct
- 1.44 QuatRotateVector
- 1.45 QuatToRotator
- 1.46 Rand
- 1.47 ResetConfig
- 1.48 Right
- 1.49 RotRand
- 1.50 Sin
- 1.51 Smerp
- 1.52 Sqrt
- 1.53 Square
- 1.54 StaticSaveConfig
- 1.55 Tan
- 1.56 VRand
- 1.57 VSize
- 1.58 Warn
- Object static native functions in other games:
- RTNP, U1, UT, U2, U2XMP, UT2003, UT2004, UT3, UDK
- Other member categories for this class:
- operators, structs
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Static native functions[edit]
Abs[edit]
Acos[edit]
Asc[edit]
Asin[edit]
Atan[edit]
Caps[edit]
Chr[edit]
Clamp[edit]
ClassIsChildOf[edit]
Cos[edit]
DynamicLoadObject[edit]
native static final function Object DynamicLoadObject (string ObjectName, Class ObjectClass, optional bool MayFail)
Exp[edit]
FClamp[edit]
FindObject[edit]
FMax[edit]
FMin[edit]
FRand[edit]
native(195) static final function float FRand ()
GetAxes[edit]
GetEnum[edit]
GetUnAxes[edit]
InStr[edit]
InterpCurveEval[edit]
InterpCurveGetInputDomain[edit]
native static final function InterpCurveGetInputDomain (InterpCurve curve, out float min, out float max)
InterpCurveGetOutputRange[edit]
native static final function InterpCurveGetOutputRange (InterpCurve curve, out float min, out float max)
Invert[edit]
Left[edit]
Len[edit]
Lerp[edit]
Localize[edit]
Log[edit]
Loge[edit]
Max[edit]
Mid[edit]
Min[edit]
MirrorVectorByNormal[edit]
Normal[edit]
Normalize[edit]
OrthoRotation[edit]
QuatFindBetween[edit]
QuatFromAxisAndAngle[edit]
QuatFromRotator[edit]
QuatInvert[edit]
QuatProduct[edit]
QuatRotateVector[edit]
QuatToRotator[edit]
Rand[edit]
ResetConfig[edit]
native static final function ResetConfig ()
Right[edit]
RotRand[edit]
Sin[edit]
Smerp[edit]
Sqrt[edit]
Square[edit]
StaticSaveConfig[edit]
native static final function StaticSaveConfig ()
Tan[edit]
VRand[edit]
native(252) static final function Vector VRand ()
VSize[edit]
Warn[edit]
native(232) final static function Warn (coerce string S)