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

Engine.Engine

Extends
Subsystem
Modifiers
intrinsic config transient

Core.Object
|   
+-- Core.Subsystem
   |   
   +-- Engine.Engine

Direct Known Subclasses:

EditorEngine

Constants Summary
Inherited Contants from Core.Object
MaxInt, Pi

Variables Summary
audiosubsystemAudio
clientClient
intClientCycles
primitiveCylinder
intGameCycles
renderbaseRender
intTickCycles
Drivers
class<AudioSubsystem>AudioDevice
class<Console>Console
class<RenderDevice>GameRenderDevice
class<Language>Language
class<NetDriver>NetworkDevice
Settings
intCacheSizeMegs
boolUseSound
Inherited Variables from Core.Subsystem
ExecVtbl
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Parent

Enumerations Summary
Inherited Enumerations from Core.Object
ESheerAxis

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

Functions Summary
Inherited Functions from Core.Object
!, !=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, Abs, Asc, Atan, BeginState, Clamp, ClassIsChildOf, Cos, Disable, DynamicLoadObject, Enable, EndState, Exp, FClamp, FMax, FMin, FRand, GetEnum, GetStateName, GotoState, InStr, IsInState, Len, Lerp, Log, Loge, Max, Min, Rand, ResetConfig, SaveConfig, SetPropertyText, Sin, Smerp, Sqrt, Square, Tan, Warn, [, ^, ^^, |, ||, ~, ~=


Variables Detail

Audio Source code

var const audiosubsystem Audio;

Client Source code

var const client Client;

ClientCycles Source code

var int ClientCycles;

Cylinder Source code

var primitive Cylinder;

GameCycles Source code

var int GameCycles;

Render Source code

var const renderbase Render;

TickCycles Source code

var int TickCycles;

Drivers

AudioDevice Source code

var(Drivers) config class<AudioSubsystem> AudioDevice;

Console Source code

var(Drivers) config class<Console> Console;

GameRenderDevice Source code

var(Drivers) config class<RenderDevice> GameRenderDevice;

Language Source code

var(Drivers) config class<Language> Language;

NetworkDevice Source code

var(Drivers) config class<NetDriver> NetworkDevice;

Settings

CacheSizeMegs Source code

var(Settings) config int CacheSizeMegs;

UseSound Source code

var(Settings) config bool UseSound;



Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 12:53:39.656 - Created with UnCodeX