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

Core.Commandlet

Extends
Object
Modifiers
abstract transient noexport native

Core.Object
|   
+-- Core.Commandlet

Direct Known Subclasses:

HelloWorldCommandlet

Constants Summary
Inherited Contants from Core.Object
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Transactional, RF_Transient

Variables Summary
stringHelpCmd
stringHelpDesc[16]
stringHelpOneLiner
stringHelpParm[16]
stringHelpUsage
stringHelpWebLink
boolIsClient
boolIsEditor
boolIsServer
boolLazyLoad
boolLogToStdout
boolShowBanner
boolShowErrorCount
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
Inherited Enumerations from Core.Object
ESheerAxis

Structures Summary
Inherited Structures from Core.Object
BoundingBox, BoundingVolume, Color, Coords, Guid, Plane, Rotator, Scale, Vector

Functions Summary
eventint Main (string Parms)
Inherited Functions from Core.Object
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, Abs, Asc, Atan, BeginState, Caps, Chr, Clamp, ClassIsChildOf, Cos, Cross, Disable, Dot, DynamicLoadObject, Enable, EndState, Exp, FClamp, FMax, FMin, FRand, GetAxes, GetEnum, GetPropertyText, GetStateName, GetUnAxes, GotoState, InStr, Invert, IsA, IsInState, Left, Len, Lerp, Localize, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, Rand, RandRange, ResetConfig, Right, RotRand, SaveConfig, SetPropertyText, Sin, Smerp, Sqrt, Square, StaticSaveConfig, Tan, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

HelpCmd Source code

var localized string HelpCmd;

HelpDesc[16] Source code

var localized string HelpDesc[16];

HelpOneLiner Source code

var localized string HelpOneLiner;

HelpParm[16] Source code

var localized string HelpParm[16];

HelpUsage Source code

var localized string HelpUsage;

HelpWebLink Source code

var localized string HelpWebLink;

IsClient Source code

var bool IsClient;

IsEditor Source code

var bool IsEditor;

IsServer Source code

var bool IsServer;

LazyLoad Source code

var bool LazyLoad;

LogToStdout Source code

var bool LogToStdout;

ShowBanner Source code

var bool ShowBanner;

ShowErrorCount Source code

var bool ShowErrorCount;


Functions Detail

Main Source code

native event int Main ( string Parms )


Defaultproperties

defaultproperties
{
     LogToStdout=True
     IsServer=True
     IsClient=True
     IsEditor=True
     LazyLoad=True
     ShowBanner=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 13:01:24.140 - Created with UnCodeX