Elin Modding Docs Doc
|
Public Member Functions | |
unsafe override void | OnRenderTile (Point point, HitResult result, bool shouldHide) |
void | OnUpdateInput () |
![]() | |
void | OnChangeActionMode () |
void | OnUpdate () |
void | TryProcessTiles (Point _end) |
void | ProcessTiles (Point start, Point end, BaseTileSelector.ProcessMode processMode) |
void | ProcessFillTiles (Point start, BaseTileSelector.ProcessMode processMode) |
bool | IsInRange (int x, int z, Point end) |
unsafe void | RefreshMouseInfo (bool force=false) |
void | ExecuteSummary () |
void | RefreshSummary () |
Public Attributes | |
EloMapActor | actor |
SpriteRenderer | srHighlight |
SpriteRenderer | srHighlight2 |
SpriteRenderer | srEmbarkPoint |
Vector3 | fixHighlight |
int | gx |
int | gy |
bool | hasTargetChanged |
string | textMouseOver |
![]() | |
BaseTileSelector.HitType | inspectHitType |
bool | inspectorHighlight |
HitSummary | summary = new HitSummary() |
Point | start |
Point | temp = new Point() |
Point | lastPoint = new Point() |
Point | lastClickPoint = new Point() |
bool | processing |
bool | autoClick |
bool | firstInMulti |
Properties | |
EloMap | elomap [get] |
STETilemap | fogmap [get] |
![]() | |
ActionMode | mode [get] |
BaseTileSelector.SelectType | selectType [get] |
BaseTileSelector.HitType | hitType [get] |
BaseTileSelector.BoxType | boxType [get] |
int | hitW [get] |
int | hitH [get] |
bool | multisize [get] |
int | Width [get] |
int | Height [get] |
![]() | |
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 | |
![]() | |
enum | SelectType { Single , Multiple , None } |
enum | HitType { None , Default , Floor , Block , Inspect } |
enum | BoxType { Box , Fence } |
enum | ProcessMode { Render , Prpcess , Summary } |
![]() | |
static int | rnd (int a) |
![]() | |
static Core | core |
Definition at line 6 of file TileSelectorElona.cs.
|
virtual |
Reimplemented from BaseTileSelector.
Definition at line 29 of file TileSelectorElona.cs.
void TileSelectorElona.OnUpdateInput | ( | ) |
Definition at line 47 of file TileSelectorElona.cs.
EloMapActor TileSelectorElona.actor |
Definition at line 84 of file TileSelectorElona.cs.
Vector3 TileSelectorElona.fixHighlight |
Definition at line 96 of file TileSelectorElona.cs.
int TileSelectorElona.gx |
Definition at line 100 of file TileSelectorElona.cs.
int TileSelectorElona.gy |
Definition at line 104 of file TileSelectorElona.cs.
bool TileSelectorElona.hasTargetChanged |
Definition at line 108 of file TileSelectorElona.cs.
SpriteRenderer TileSelectorElona.srEmbarkPoint |
Definition at line 93 of file TileSelectorElona.cs.
SpriteRenderer TileSelectorElona.srHighlight |
Definition at line 87 of file TileSelectorElona.cs.
SpriteRenderer TileSelectorElona.srHighlight2 |
Definition at line 90 of file TileSelectorElona.cs.
string TileSelectorElona.textMouseOver |
Definition at line 112 of file TileSelectorElona.cs.
|
get |
Definition at line 10 of file TileSelectorElona.cs.
|
get |
Definition at line 20 of file TileSelectorElona.cs.