Elin Modding Docs Doc
Loading...
Searching...
No Matches
CardInspector Class Reference
Inheritance diagram for CardInspector:
EMono

Public Member Functions

void SetCard (Card c, bool select=true)
 

Public Attributes

Card card
 
List< EditorTag > tags = new List<EditorTag>()
 
string traitVals
 

Static Public Attributes

static CardInspector Instance
 
- Static Public Attributes inherited from EMono
static Core core
 

Protected Member Functions

IEnumerable< string > _SpawnList ()
 

Properties

string Info [get]
 
string idEditor [get, set]
 
string trait [get, set]
 
string BGM [get, set]
 
bool IsTape [get]
 
string spawnList [get, set]
 
- Properties inherited from EMono
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 Scene scene [get]
 
static BaseGameScreen screen [get]
 
static GameSetting setting [get]
 
static GameData gamedata [get]
 
static ColorProfile Colors [get]
 
static World world [get]
 
static SoundManager Sound [get]
 
static SourceManager sources [get]
 
static SourceManager editorSources [get]
 
static CoreDebug debug [get]
 

Additional Inherited Members

- Static Public Member Functions inherited from EMono
static int rnd (int a)
 

Detailed Description

Definition at line 8 of file CardInspector.cs.

Member Function Documentation

◆ _SpawnList()

IEnumerable< string > CardInspector._SpawnList ( )
protected

Definition at line 168 of file CardInspector.cs.

◆ SetCard()

void CardInspector.SetCard ( Card c,
bool select = true )

Definition at line 180 of file CardInspector.cs.

Member Data Documentation

◆ card

Card CardInspector.card

Definition at line 226 of file CardInspector.cs.

◆ Instance

CardInspector CardInspector.Instance
static

Definition at line 223 of file CardInspector.cs.

◆ tags

List<EditorTag> CardInspector.tags = new List<EditorTag>()

Definition at line 229 of file CardInspector.cs.

◆ traitVals

string CardInspector.traitVals

Definition at line 232 of file CardInspector.cs.

Property Documentation

◆ BGM

string CardInspector.BGM
getset

Definition at line 73 of file CardInspector.cs.

◆ idEditor

string CardInspector.idEditor
getset

Definition at line 27 of file CardInspector.cs.

◆ Info

string CardInspector.Info
get

Definition at line 12 of file CardInspector.cs.

◆ IsTape

bool CardInspector.IsTape
get

Definition at line 110 of file CardInspector.cs.

◆ spawnList

string CardInspector.spawnList
getset

Definition at line 143 of file CardInspector.cs.

◆ trait

string CardInspector.trait
getset

Definition at line 50 of file CardInspector.cs.


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