I'm a doctor, not a mechanic
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
Abs
Acos
Asc
Asin
Atan
Caps
Chr
Clamp
ClassIsChildOf
Cos
DynamicLoadObject
native static final function Object DynamicLoadObject (string ObjectName, Class ObjectClass, optional bool MayFail)
Exp
FClamp
FindObject
FMax
FMin
FRand
native(195) static final function float FRand ()
GetAxes
GetEnum
GetUnAxes
InStr
InterpCurveEval
InterpCurveGetInputDomain
native static final function InterpCurveGetInputDomain (InterpCurve curve, out float min, out float max)
InterpCurveGetOutputRange
native static final function InterpCurveGetOutputRange (InterpCurve curve, out float min, out float max)
Invert
Left
Len
Lerp
Localize
Log
Loge
Max
Mid
Min
MirrorVectorByNormal
Normal
Normalize
OrthoRotation
QuatFindBetween
QuatFromAxisAndAngle
QuatFromRotator
QuatInvert
QuatProduct
QuatRotateVector
QuatToRotator
Rand
ResetConfig
native static final function ResetConfig ()
Right
RotRand
Sin
Smerp
Sqrt
Square
StaticSaveConfig
native static final function StaticSaveConfig ()
Tan
VRand
native(252) static final function Vector VRand ()
VSize
Warn
native(232) final static function Warn (coerce string S)