Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Core.ArrayTest

Extends
Commandlet

Core.Object
|   
+-- Core.Commandlet
   |   
   +-- Core.ArrayTest

Constants Summary
Inherited Contants from Core.Object
DegreesToRadians, DegreesToRotationUnits, MaxFlt, MaxInt, MAXSEED, NoLabel, NoState, Pi, RadiansToDegrees, RF_NotifyStateChange, RotationUnitsToDegrees

Variables Summary
array<int>ImportArray
array<ArrayTest>ObjArray
array<structInnerType{varintDummy;vararray<int>InnerArray;>>OuterArray
array<int>TestArray
array<Vector>VectArray
Inherited Variables from Core.Commandlet
HelpCmd, HelpDesc[16], HelpOneLiner, HelpParm[16], HelpUsage, HelpWebLink, IsClient, IsEditor, IsServer, LazyLoad, LogToStdout, ShowBanner, ShowErrorCount
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
Inherited Enumerations from Core.Object
EAlignment, ECamOrientation, ESheerAxis

Structures Summary
Inherited Structures from Core.Object
Alignment, BoundingVolume, Box, Color, ComponentHandle, Coords, Dimension, Guid, Matrix, NotifyInfo, ParticleHandle, Plane, Point, Range, RangeVector, Rectangle, Rotator, Scale, Vector

Functions Summary
function ImportTests ()))
function InsertRemoveTests ()))
eventint Main (string Parms ))
function NestedTests ()))
function ObjectTests ()))
function OutPassing (out array<int> ABC))
function RegularPassing (array<int> ABC))
function RegularTests ()))
functionarray<int> Returning ()))
Inherited Functions from Core.Commandlet
Main
Inherited Functions from Core.Object
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, ?, @, @=, Ablend, AblendR, Abs, Acos, AddFlagSafe, AddTimer, AddTimerS, Asc, Asin, Atan, Atan2, BeginState, Blend, BlendR, CallFunction, CallFunctionS, CanGetProperty, CanSetProperty, Caps, Chr, Clamp, ClassIsChildOf, Constructed, Cos, Cross, DefinesFunction, DefinesFunctionS, Delete, Disable, Dot, DumpProbes, DynamicLoadObject, Enable, EndState, EnumStr, Exp, FClamp, FDecision, FileSize, FindObject, FMax, FMin, FRand, GetAxes, GetContext, GetEnum, GetLanguage, GetPropertyText, GetRand, GetStateName, GetUnAxes, GetWhiteColor, GotoLabel, GotoState, InStr, Invert, IsA, IsInState, IsProbing, Left, Len, Lerp, LineLineIntersection, Localize, Locs, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, NotifyStateChange, ObjListMemStats, OrthoRotation, ProgressSeed, Quotes, Rand, RandomSpreadVector, RandRange, RemoveAllTimers, RemoveFlagSafe, RemoveTimer, RemoveTimerS, ResetConfig, ResetLoaders, Right, RMax, RMin, RotateAngleAxis, RotRand, Round, RSize, SaveConfig, SetProbing, SetPropertyText, SetPropertyTextDefault, Sin, Smerp, SMod, Split, Sqrt, Square, StaticCallFunction, StaticCallFunctionS, StaticDefinesFunction, StaticDefinesFunctionS, StaticSaveConfig, StrArray, StringToName, Tan, TimeRemaining, TimeRemainingS, TraceMessage, VRand, VSize, VSize2D, VSizeSq, VSizeSq2D, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

ImportArray Source code

var array<int> ImportArray;

ObjArray Source code

var array<ArrayTest> ObjArray;

OuterArray Source code

var array<structInnerType{varintDummy;vararray<int>InnerArray;}> OuterArray;

TestArray Source code

var array<int> TestArray;

VectArray Source code

var array<Vector> VectArray;


Functions Detail

ImportTests Source code

function ImportTests ( ) )

InsertRemoveTests Source code

function InsertRemoveTests ( ) )

Main Source code

event int Main ( string Parms ) )

NestedTests Source code

function NestedTests ( ) )

ObjectTests Source code

function ObjectTests ( ) )

OutPassing Source code

function OutPassing ( out array<int> ABC) )

RegularPassing Source code

function RegularPassing ( array<int> ABC) )

RegularTests Source code

function RegularTests ( ) )

Returning Source code

function array<int> Returning ( ) )


Defaultproperties

defaultproperties
{
     ImportArray(0)=1
     ImportArray(1)=2
     ImportArray(2)=3
     ImportArray(3)=4
     TestArray(0)=1
     TestArray(1)=2
     TestArray(2)=3
	HelpCmd="ArrayTest"
	HelpOneLiner="Tests various features of dynamic arrays"
	HelpUsage="ArrayTest (no parameters)"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 3-1-2016 10:48:27.582 - Created with UnCodeX