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

Public Member Functions

override void OnInit ()
 
- Public Member Functions inherited from TileRow
void Init ()
 
- 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

string[] _growth
 
int costSoil
 
string objType
 
string[] vals
 
string[] reqHarvest
 
string valType
 
string matCategory
 
int idRoof
 
bool HasGrowth
 
bool autoTile
 
GrowSystem growth
 
ObjValType objValType
 
string name_L
 
string detail_L
 
- Public Attributes inherited from TileRow
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
 

Properties

override bool UseAlias [get]
 
override string GetAlias [get]
 
override string RecipeID [get]
 
override RenderData defaultRenderData [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 123 of file SourceObj.cs.

Member Function Documentation

◆ OnInit()

override void SourceObj.Row.OnInit ( )
virtual

Reimplemented from TileRow.

Definition at line 166 of file SourceObj.cs.

Member Data Documentation

◆ _growth

string [] SourceObj.Row._growth

Definition at line 181 of file SourceObj.cs.

◆ autoTile

bool SourceObj.Row.autoTile

Definition at line 210 of file SourceObj.cs.

◆ costSoil

int SourceObj.Row.costSoil

Definition at line 184 of file SourceObj.cs.

◆ detail_L

string SourceObj.Row.detail_L

Definition at line 222 of file SourceObj.cs.

◆ growth

GrowSystem SourceObj.Row.growth

Definition at line 213 of file SourceObj.cs.

◆ HasGrowth

bool SourceObj.Row.HasGrowth

Definition at line 206 of file SourceObj.cs.

◆ idRoof

int SourceObj.Row.idRoof

Definition at line 202 of file SourceObj.cs.

◆ matCategory

string SourceObj.Row.matCategory

Definition at line 199 of file SourceObj.cs.

◆ name_L

string SourceObj.Row.name_L

Definition at line 219 of file SourceObj.cs.

◆ objType

string SourceObj.Row.objType

Definition at line 187 of file SourceObj.cs.

◆ objValType

ObjValType SourceObj.Row.objValType

Definition at line 216 of file SourceObj.cs.

◆ reqHarvest

string [] SourceObj.Row.reqHarvest

Definition at line 193 of file SourceObj.cs.

◆ vals

string [] SourceObj.Row.vals

Definition at line 190 of file SourceObj.cs.

◆ valType

string SourceObj.Row.valType

Definition at line 196 of file SourceObj.cs.

Property Documentation

◆ defaultRenderData

override RenderData SourceObj.Row.defaultRenderData
get

Definition at line 157 of file SourceObj.cs.

◆ GetAlias

override string SourceObj.Row.GetAlias
get

Definition at line 137 of file SourceObj.cs.

◆ RecipeID

override string SourceObj.Row.RecipeID
get

Definition at line 147 of file SourceObj.cs.

◆ UseAlias

override bool SourceObj.Row.UseAlias
get

Definition at line 127 of file SourceObj.cs.


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