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

DeusEx.GameDirectory

Extends
Object
Modifiers
native noexport

Core.Object
|   
+-- DeusEx.GameDirectory

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

Variables Summary
StringcurrentFilter
array<String>directoryList
EGameDirectoryTypesgameDirectoryType
array<DeusExSaveInfo>loadedSaveInfoPointers
DeusExSaveInfotempSaveInfo
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
EGameDirectoryTypes
GD_Maps, GD_SaveGames
Inherited Enumerations from Core.Object
ESheerAxis

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

Functions Summary
function DeleteSaveInfo (DeusExSaveInfo saveInfo)
functionString GenerateNewSaveFilename (optional int newIndex)
functionString GenerateSaveFilename (int saveIndex)
functionint GetDirCount ()
functionString GetDirFilename (int fileIndex)
function GetGameDirectory ()
functionint GetNewSaveFileIndex ()
functionint GetSaveDirectorySize (int saveIndex)
functionint GetSaveFreeSpace ()
functionDeusExSaveInfo GetSaveInfo (int fileIndex)
functionDeusExSaveInfo GetSaveInfoFromDirectoryIndex (int DirectoryIndex)
functionDeusExSaveInfo GetTempSaveInfo ()
function PurgeAllSaveInfo ()
function SetDirFilter (String strFilter)
function SetDirType (EGameDirectoryTypes newDirType)
Inherited Functions from Core.Object
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, Abs, AllObjects, Asc, Atan, BeginState, Caps, Chr, Clamp, ClassIsChildOf, clock, Cos, CriticalDelete, Cross, CyclesToSeconds, Disable, Dot, DynamicLoadObject, Enable, EndState, Exp, FClamp, FMax, FMin, FRand, GetAxes, GetConfig, 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, Sprintf, Sqrt, Square, StaticSaveConfig, Tan, unclock, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

currentFilter Source code

var const native String currentFilter;

directoryList Source code

var const native array<String> directoryList;

gameDirectoryType Source code

var const native EGameDirectoryTypes gameDirectoryType;

loadedSaveInfoPointers Source code

var const native array<DeusExSaveInfo> loadedSaveInfoPointers;

tempSaveInfo Source code

var const native DeusExSaveInfo tempSaveInfo;


Enumerations Detail

EGameDirectoryTypes Source code

enum EGameDirectoryTypes
{
GD_Maps, GD_SaveGames
};


Functions Detail

DeleteSaveInfo Source code

native(3091) final function DeleteSaveInfo ( DeusExSaveInfo saveInfo )

GenerateNewSaveFilename Source code

native(3083) final function String GenerateNewSaveFilename ( optional int newIndex )

GenerateSaveFilename Source code

native(3082) final function String GenerateSaveFilename ( int saveIndex )

GetDirCount Source code

native(3084) final function int GetDirCount ( )

GetDirFilename Source code

native(3085) final function String GetDirFilename ( int fileIndex )

GetGameDirectory Source code

native(3080) final function GetGameDirectory ( )

GetNewSaveFileIndex Source code

native(3081) final function int GetNewSaveFileIndex ( )

GetSaveDirectorySize Source code

native(3094) final function int GetSaveDirectorySize ( int saveIndex )

GetSaveFreeSpace Source code

native(3093) final function int GetSaveFreeSpace ( )

GetSaveInfo Source code

native(3088) final function DeusExSaveInfo GetSaveInfo ( int fileIndex )

GetSaveInfoFromDirectoryIndex Source code

native(3089) final function DeusExSaveInfo GetSaveInfoFromDirectoryIndex ( int DirectoryIndex )

GetTempSaveInfo Source code

native(3090) final function DeusExSaveInfo GetTempSaveInfo ( )

PurgeAllSaveInfo Source code

native(3092) final function PurgeAllSaveInfo ( )

SetDirFilter Source code

native(3087) final function SetDirFilter ( String strFilter )

SetDirType Source code

native(3086) final function SetDirType ( EGameDirectoryTypes newDirType )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 8/11/2021 16:31:07.339 - Created with UnCodeX