Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
TileRow.cs
Go to the documentation of this file.
1
using
System;
2
3
public
class
TileRow
:
RenderRow
4
{
5
[NonSerialized]
6
public
bool
ignoreSnow
;
7
8
public
int
id
;
9
10
public
int
hp
;
11
12
public
string
alias
;
13
14
public
string
soundFoot
;
15
16
public
void
Init
()
17
{
18
tileType
=
TileType
.
dict
[
_tileType
];
19
SetRenderData
();
20
OnInit
();
21
}
22
23
public
virtual
void
OnInit
()
24
{
25
}
26
}
RenderRow
Definition:
RenderRow.cs:7
RenderRow._tileType
string _tileType
Definition:
RenderRow.cs:40
RenderRow.tileType
TileType tileType
Definition:
RenderRow.cs:77
RenderRow.SetRenderData
void SetRenderData()
Definition:
RenderRow.cs:169
TileRow
Definition:
TileRow.cs:4
TileRow.hp
int hp
Definition:
TileRow.cs:10
TileRow.ignoreSnow
bool ignoreSnow
Definition:
TileRow.cs:6
TileRow.OnInit
virtual void OnInit()
Definition:
TileRow.cs:23
TileRow.alias
string alias
Definition:
TileRow.cs:12
TileRow.id
int id
Definition:
TileRow.cs:8
TileRow.Init
void Init()
Definition:
TileRow.cs:16
TileRow.soundFoot
string soundFoot
Definition:
TileRow.cs:14
TileType
Definition:
TileType.cs:6
TileType.dict
static Dictionary< string, TileType > dict
Definition:
TileType.cs:117
Elin
TileRow.cs
Generated by
1.9.6