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

Public Attributes

int[] ints = new int[30]
 
string[] strs = new string[10]
 
Dictionary< int, object > obj
 
Dictionary< int, string > cstr
 
BitArray32 _bits1
 

Properties

int idDyeMat [get, set]
 
int idV [get, set]
 
int idMat [get, set]
 
int x [get, set]
 
int z [get, set]
 
int dir [get, set]
 
int placeState [get, set]
 
int altitude [get, set]
 
int fx [get, set]
 
int fy [get, set]
 
int lightColor [get, set]
 
int bits1 [get, set]
 
int tile [get, set]
 
int refVal [get, set]
 
int idSkin [get, set]
 
int idBacker [get, set]
 
int bits2 [get, set]
 
int uidEditor [get, set]
 
int lv [get, set]
 
int element [get, set]
 
string id [get, set]
 
string idEditor [get, set]
 
string idTrait [get, set]
 
string tags [get, set]
 
string idRender [get, set]
 
string traitVals [get, set]
 
string idRefCard [get, set]
 
string idDeity [get, set]
 
bool isDead [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 405 of file SerializedCards.cs.

Member Data Documentation

◆ _bits1

BitArray32 SerializedCards.Data._bits1

Definition at line 859 of file SerializedCards.cs.

◆ cstr

Dictionary<int, string> SerializedCards.Data.cstr

Definition at line 856 of file SerializedCards.cs.

◆ ints

int [] SerializedCards.Data.ints = new int[30]

Definition at line 844 of file SerializedCards.cs.

◆ obj

Dictionary<int, object> SerializedCards.Data.obj

Definition at line 852 of file SerializedCards.cs.

◆ strs

string [] SerializedCards.Data.strs = new string[10]

Definition at line 848 of file SerializedCards.cs.

Property Documentation

◆ altitude

int SerializedCards.Data.altitude
getset

Definition at line 515 of file SerializedCards.cs.

◆ bits1

int SerializedCards.Data.bits1
getset

Definition at line 575 of file SerializedCards.cs.

◆ bits2

int SerializedCards.Data.bits2
getset

Definition at line 650 of file SerializedCards.cs.

◆ dir

int SerializedCards.Data.dir
getset

Definition at line 485 of file SerializedCards.cs.

◆ element

int SerializedCards.Data.element
getset

Definition at line 695 of file SerializedCards.cs.

◆ fx

int SerializedCards.Data.fx
getset

Definition at line 530 of file SerializedCards.cs.

◆ fy

int SerializedCards.Data.fy
getset

Definition at line 545 of file SerializedCards.cs.

◆ id

string SerializedCards.Data.id
getset

Definition at line 710 of file SerializedCards.cs.

◆ idBacker

int SerializedCards.Data.idBacker
getset

Definition at line 635 of file SerializedCards.cs.

◆ idDeity

string SerializedCards.Data.idDeity
getset

Definition at line 815 of file SerializedCards.cs.

◆ idDyeMat

int SerializedCards.Data.idDyeMat
getset

Definition at line 410 of file SerializedCards.cs.

◆ idEditor

string SerializedCards.Data.idEditor
getset

Definition at line 725 of file SerializedCards.cs.

◆ idMat

int SerializedCards.Data.idMat
getset

Definition at line 440 of file SerializedCards.cs.

◆ idRefCard

string SerializedCards.Data.idRefCard
getset

Definition at line 800 of file SerializedCards.cs.

◆ idRender

string SerializedCards.Data.idRender
getset

Definition at line 770 of file SerializedCards.cs.

◆ idSkin

int SerializedCards.Data.idSkin
getset

Definition at line 620 of file SerializedCards.cs.

◆ idTrait

string SerializedCards.Data.idTrait
getset

Definition at line 740 of file SerializedCards.cs.

◆ idV

int SerializedCards.Data.idV
getset

Definition at line 425 of file SerializedCards.cs.

◆ isDead

bool SerializedCards.Data.isDead
getset

Definition at line 830 of file SerializedCards.cs.

◆ lightColor

int SerializedCards.Data.lightColor
getset

Definition at line 560 of file SerializedCards.cs.

◆ lv

int SerializedCards.Data.lv
getset

Definition at line 680 of file SerializedCards.cs.

◆ placeState

int SerializedCards.Data.placeState
getset

Definition at line 500 of file SerializedCards.cs.

◆ refVal

int SerializedCards.Data.refVal
getset

Definition at line 605 of file SerializedCards.cs.

◆ tags

string SerializedCards.Data.tags
getset

Definition at line 755 of file SerializedCards.cs.

◆ tile

int SerializedCards.Data.tile
getset

Definition at line 590 of file SerializedCards.cs.

◆ traitVals

string SerializedCards.Data.traitVals
getset

Definition at line 785 of file SerializedCards.cs.

◆ uidEditor

int SerializedCards.Data.uidEditor
getset

Definition at line 665 of file SerializedCards.cs.

◆ x

int SerializedCards.Data.x
getset

Definition at line 455 of file SerializedCards.cs.

◆ z

int SerializedCards.Data.z
getset

Definition at line 470 of file SerializedCards.cs.


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