Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
string | Name (int n) |
Public Attributes | |
string | id |
int[] | ints = new int[5] |
BitArray32 | bits |
Package Functions | |
void | OnSerializing (StreamingContext context) |
void | _OnDeserialized (StreamingContext context) |
Properties | |
int | num [get, set] |
int | show [get, set] |
bool | random [get, set] |
bool | floating [get, set] |
SourceCollectible.Row | Source [get] |
bool | IsUnique [get] |
![]() | |
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 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 Core | core |
|
inlinepackage |
Definition at line 95 of file Hoard.cs.
References Hoard.Item.ints.
|
inline |
Definition at line 100 of file Hoard.cs.
References Lang._rarity(), and Hoard.Item.Source.
Referenced by Hoard.Add().
|
inlinepackage |
Definition at line 89 of file Hoard.cs.
References Hoard.Item.bits, BitArray32.Bits, and Hoard.Item.ints.
BitArray32 Hoard.Item.bits |
Definition at line 24 of file Hoard.cs.
Referenced by Hoard.Item.OnSerializing().
int [] Hoard.Item.ints = new int[5] |
Definition at line 22 of file Hoard.cs.
Referenced by Hoard.Item._OnDeserialized(), and Hoard.Item.OnSerializing().
|
getset |
|
get |
Definition at line 86 of file Hoard.cs.
Referenced by Hoard.Add().
|
getset |
Definition at line 26 of file Hoard.cs.
Referenced by Hoard.Add().
|
getset |
|
getset |
Definition at line 38 of file Hoard.cs.
Referenced by Hoard.Add().
|
get |
Definition at line 74 of file Hoard.cs.
Referenced by Hoard.Add(), and Hoard.Item.Name().