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

Classes

class  Item
 

Public Member Functions

int GetIncome ()
 

Public Attributes

int[] ints = new int[10]
 
List< ShippingResult.Itemitems = new List<ShippingResult.Item>()
 

Properties

int total [get, set]
 
int rawDate [get, set]
 
int uidZone [get, set]
 
int hearthLv [get, set]
 
int hearthExp [get, set]
 
int hearthExpGained [get, set]
 
int debt [get, set]
 
- 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 6 of file ShippingResult.cs.

Member Function Documentation

◆ GetIncome()

int ShippingResult.GetIncome ( )

Definition at line 114 of file ShippingResult.cs.

Member Data Documentation

◆ ints

int [] ShippingResult.ints = new int[10]

Definition at line 126 of file ShippingResult.cs.

◆ items

List<ShippingResult.Item> ShippingResult.items = new List<ShippingResult.Item>()

Definition at line 130 of file ShippingResult.cs.

Property Documentation

◆ debt

int ShippingResult.debt
getset

Definition at line 101 of file ShippingResult.cs.

◆ hearthExp

int ShippingResult.hearthExp
getset

Definition at line 71 of file ShippingResult.cs.

◆ hearthExpGained

int ShippingResult.hearthExpGained
getset

Definition at line 86 of file ShippingResult.cs.

◆ hearthLv

int ShippingResult.hearthLv
getset

Definition at line 56 of file ShippingResult.cs.

◆ rawDate

int ShippingResult.rawDate
getset

Definition at line 26 of file ShippingResult.cs.

◆ total

int ShippingResult.total
getset

Definition at line 11 of file ShippingResult.cs.

◆ uidZone

int ShippingResult.uidZone
getset

Definition at line 41 of file ShippingResult.cs.


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