Elin Modding Docs Doc
Loading...
Searching...
No Matches
TileRow Class Reference
Inheritance diagram for TileRow:
RenderRow IRenderSource SourceBlock.Row SourceCellEffect.Row SourceFloor.Row SourceObj.Row

Public Member Functions

void Init ()
 
virtual void OnInit ()
 
- 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)
 
virtual SourcePref GetPref ()
 
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

bool ignoreSnow
 
int id
 
int hp
 
string alias
 
string soundFoot
 
- 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
 

Additional Inherited Members

- Static Public Attributes inherited from RenderRow
static Dictionary< string, RenderDataDictRenderData = new Dictionary<string, RenderData>()
 
- 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]
 

Detailed Description

Definition at line 4 of file TileRow.cs.

Member Function Documentation

◆ Init()

void TileRow.Init ( )

Definition at line 7 of file TileRow.cs.

◆ OnInit()

virtual void TileRow.OnInit ( )
virtual

Definition at line 15 of file TileRow.cs.

Member Data Documentation

◆ alias

string TileRow.alias

Definition at line 30 of file TileRow.cs.

◆ hp

int TileRow.hp

Definition at line 27 of file TileRow.cs.

◆ id

int TileRow.id

Definition at line 24 of file TileRow.cs.

◆ ignoreSnow

bool TileRow.ignoreSnow

Definition at line 21 of file TileRow.cs.

◆ soundFoot

string TileRow.soundFoot

Definition at line 33 of file TileRow.cs.


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