Elin Modding Docs Doc
Loading...
Searching...
No Matches
CardRow Class Reference
Inheritance diagram for CardRow:
RenderRow IRenderSource SourceChara.Row SourceThing.Row SourceThingV.Row SourceFood.Row2

Public Member Functions

override SourcePref GetPref ()
 
override void OnImportData (SourceData data)
 
virtual string GetName (int i)
 
virtual string GetName (SourceMaterial.Row mat, int sum)
 
override string GetEditorListName ()
 
override string GetName ()
 
string GetName (Card c, bool full=false)
 
- Public Member Functions inherited from RenderRow
bool HasTag (CTAG _tag)
 
virtual string GetSearchName (bool jp)
 
bool ContainsTag (string _tag)
 
override void OnImportData (SourceData data)
 
void SetRenderData ()
 
virtual void SetTiles ()
 
int ConvertTile (int tile)
 
Sprite GetSprite (int dir=0, int skin=0, bool snow=false)
 
void SetSpriteRenderer (SpriteRenderer sr, Sprite sprite=null, int matCol=0, bool setTransform=true, int dir=0)
 
void SetImage (Image image, Sprite sprite=null, int matCol=0, bool setNativeSize=true, int dir=0, int idSkin=0)
 
void SetRenderParam (RenderParam p, SourceMaterial.Row mat, int dir)
 
virtual unsafe RenderParam GetRenderParam (SourceMaterial.Row mat, int dir, Point point=null, int bridgeHeight=-1)
 
virtual int GetTile (SourceMaterial.Row mat, int dir=0)
 
int GetColorInt (SourceMaterial.Row mat)
 

Public Attributes

string id
 
string idExtra
 
string tierGroup
 
string lightData
 
string _origin
 
int idShadow
 
int quality
 
int[] elements
 
int[] shadow
 
int[] size
 
int[] light
 
string[] loot
 
string[] filter
 
string[] trait
 
string[] idActor
 
string[] vals
 
string[] name2
 
string[] name2_JP
 
Dictionary< int, int > elementMap
 
Sprite sprite
 
CardRow origin
 
bool isOrigin
 
bool isChara
 
Card _model
 
- Public Attributes inherited from RenderRow
int[] tiles
 
int[] _tiles
 
int[] skins
 
int colorMod
 
int sort
 
int value
 
int LV
 
int chance
 
int tempChance
 
int snowTile
 
string name
 
string name_JP
 
string detail
 
string detail_JP
 
string _idRenderData
 
string _tileType
 
string defMat
 
string colorType
 
string category
 
string idSound
 
string aliasPref
 
string[] components
 
string[] factory
 
string[] recipeKey
 
string[] tag
 
int W = 1
 
int H = 1
 
bool multisize
 
SourcePref pref
 
RenderData renderData
 
Sprite[,] sprites
 
TileType tileType
 
bool useAltColor
 
bool useRandomColor
 
bool fixedMaterial
 
SourceMaterial.Row DefaultMaterial
 
SpriteReplacer replacer
 
string _nameSearch
 
string _nameSearchJP
 

Properties

Card model [get]
 
override string idRenderData [get]
 
override string idSprite [get]
 
override string idString [get]
 
override string pathSprite [get]
 
- Properties inherited from RenderRow
virtual string idString [get]
 
virtual string RecipeID [get]
 
virtual string pathRenderData [get]
 
virtual string idRenderData [get]
 
virtual RenderData defaultRenderData [get]
 
virtual string pathSprite [get]
 
virtual string idSprite [get]
 
virtual string prefabName [get]
 
SourceCategory.Row Category [get]
 
string RecipeCat [get]
 
SourceManager sources [get]
 

Additional Inherited Members

- Static Public Attributes inherited from RenderRow
static Dictionary< string, RenderDataDictRenderData = new Dictionary<string, RenderData>()
 

Detailed Description

Definition at line 6 of file CardRow.cs.

Member Function Documentation

◆ GetEditorListName()

override string CardRow.GetEditorListName ( )

Definition at line 101 of file CardRow.cs.

◆ GetName() [1/4]

override string CardRow.GetName ( )

Definition at line 107 of file CardRow.cs.

◆ GetName() [2/4]

string CardRow.GetName ( Card c,
bool full = false )

Definition at line 113 of file CardRow.cs.

◆ GetName() [3/4]

virtual string CardRow.GetName ( int i)
virtual

Definition at line 89 of file CardRow.cs.

◆ GetName() [4/4]

virtual string CardRow.GetName ( SourceMaterial.Row mat,
int sum )
virtual

Definition at line 95 of file CardRow.cs.

◆ GetPref()

override SourcePref CardRow.GetPref ( )
virtual

Reimplemented from RenderRow.

Definition at line 64 of file CardRow.cs.

◆ OnImportData()

override void CardRow.OnImportData ( SourceData data)

Definition at line 74 of file CardRow.cs.

Member Data Documentation

◆ _model

Card CardRow._model

Definition at line 216 of file CardRow.cs.

◆ _origin

string CardRow._origin

Definition at line 154 of file CardRow.cs.

◆ elementMap

Dictionary<int, int> CardRow.elementMap

Definition at line 196 of file CardRow.cs.

◆ elements

int [] CardRow.elements

Definition at line 163 of file CardRow.cs.

◆ filter

string [] CardRow.filter

Definition at line 178 of file CardRow.cs.

◆ id

string CardRow.id

Definition at line 142 of file CardRow.cs.

◆ idActor

string [] CardRow.idActor

Definition at line 184 of file CardRow.cs.

◆ idExtra

string CardRow.idExtra

Definition at line 145 of file CardRow.cs.

◆ idShadow

int CardRow.idShadow

Definition at line 157 of file CardRow.cs.

◆ isChara

bool CardRow.isChara

Definition at line 212 of file CardRow.cs.

◆ isOrigin

bool CardRow.isOrigin

Definition at line 208 of file CardRow.cs.

◆ light

int [] CardRow.light

Definition at line 172 of file CardRow.cs.

◆ lightData

string CardRow.lightData

Definition at line 151 of file CardRow.cs.

◆ loot

string [] CardRow.loot

Definition at line 175 of file CardRow.cs.

◆ name2

string [] CardRow.name2

Definition at line 190 of file CardRow.cs.

◆ name2_JP

string [] CardRow.name2_JP

Definition at line 193 of file CardRow.cs.

◆ origin

CardRow CardRow.origin

Definition at line 204 of file CardRow.cs.

◆ quality

int CardRow.quality

Definition at line 160 of file CardRow.cs.

◆ shadow

int [] CardRow.shadow

Definition at line 166 of file CardRow.cs.

◆ size

int [] CardRow.size

Definition at line 169 of file CardRow.cs.

◆ sprite

Sprite CardRow.sprite

Definition at line 200 of file CardRow.cs.

◆ tierGroup

string CardRow.tierGroup

Definition at line 148 of file CardRow.cs.

◆ trait

string [] CardRow.trait

Definition at line 181 of file CardRow.cs.

◆ vals

string [] CardRow.vals

Definition at line 187 of file CardRow.cs.

Property Documentation

◆ idRenderData

override string CardRow.idRenderData
get

Definition at line 25 of file CardRow.cs.

◆ idSprite

override string CardRow.idSprite
get

Definition at line 35 of file CardRow.cs.

◆ idString

override string CardRow.idString
get

Definition at line 45 of file CardRow.cs.

◆ model

Card CardRow.model
get

Definition at line 10 of file CardRow.cs.

◆ pathSprite

override string CardRow.pathSprite
get

Definition at line 55 of file CardRow.cs.


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