Elin Modding Docs Doc
Loading...
Searching...
No Matches
GameIndex Class Reference
Inheritance diagram for GameIndex:
EClass

Public Member Functions

GameIndex Create (Game game)
 

Public Attributes

Date date
 
Date real
 
string id
 
string color
 
int difficulty
 
int days
 
int deepest
 
global::Version version
 
string zoneName
 
string factionName
 
string pcName
 
string aka
 
string idPortrait
 
string idRace
 
string idJob
 

Properties

string Title [get]
 
string RealDate [get]
 
string GameData [get]
 
string FormTitle [get]
 
- Properties inherited from EClass
static Game game [get]
 
static bool AdvMode [get]
 
static Player player [get]
 
static Chara pc [get]
 
static UI ui [get]
 
static Map _map [get]
 
static Zone _zone [get]
 
static FactionBranch Branch [get]
 
static FactionBranch BranchOrHomeBranch [get]
 
static Faction Home [get]
 
static Faction Wilds [get]
 
static Scene scene [get]
 
static BaseGameScreen screen [get]
 
static GameSetting setting [get]
 
static GameData gamedata [get]
 
static ColorProfile Colors [get]
 
static World world [get]
 
static SourceManager sources [get]
 
static SourceManager editorSources [get]
 
static SoundManager Sound [get]
 
static CoreDebug debug [get]
 

Additional Inherited Members

- Static Public Member Functions inherited from EClass
static int rnd (int a)
 
static int curve (int a, int start, int step, int rate=75)
 
static int rndHalf (int a)
 
static float rndf (float a)
 
static int rndSqrt (int a)
 
static void Wait (float a, Card c)
 
static void Wait (float a, Point p)
 
static int Bigger (int a, int b)
 
static int Smaller (int a, int b)
 
- Static Public Attributes inherited from EClass
static Core core
 

Detailed Description

Definition at line 7 of file GameIndex.cs.

Member Function Documentation

◆ Create()

GameIndex GameIndex.Create ( Game game)

Definition at line 59 of file GameIndex.cs.

Member Data Documentation

◆ aka

string GameIndex.aka

Definition at line 128 of file GameIndex.cs.

◆ color

string GameIndex.color

Definition at line 104 of file GameIndex.cs.

◆ date

Date GameIndex.date

Definition at line 95 of file GameIndex.cs.

◆ days

int GameIndex.days

Definition at line 110 of file GameIndex.cs.

◆ deepest

int GameIndex.deepest

Definition at line 113 of file GameIndex.cs.

◆ difficulty

int GameIndex.difficulty

Definition at line 107 of file GameIndex.cs.

◆ factionName

string GameIndex.factionName

Definition at line 122 of file GameIndex.cs.

◆ id

string GameIndex.id

Definition at line 101 of file GameIndex.cs.

◆ idJob

string GameIndex.idJob

Definition at line 137 of file GameIndex.cs.

◆ idPortrait

string GameIndex.idPortrait

Definition at line 131 of file GameIndex.cs.

◆ idRace

string GameIndex.idRace

Definition at line 134 of file GameIndex.cs.

◆ pcName

string GameIndex.pcName

Definition at line 125 of file GameIndex.cs.

◆ real

Date GameIndex.real

Definition at line 98 of file GameIndex.cs.

◆ version

global.Version GameIndex.version

Definition at line 116 of file GameIndex.cs.

◆ zoneName

string GameIndex.zoneName

Definition at line 119 of file GameIndex.cs.

Property Documentation

◆ FormTitle

string GameIndex.FormTitle
get

Definition at line 41 of file GameIndex.cs.

◆ GameData

string GameIndex.GameData
get

Definition at line 31 of file GameIndex.cs.

◆ RealDate

string GameIndex.RealDate
get

Definition at line 21 of file GameIndex.cs.

◆ Title

string GameIndex.Title
get

Definition at line 11 of file GameIndex.cs.


The documentation for this class was generated from the following file: