|
Elin Modding Docs Doc
|
Public Types | |
| enum | SelectType { Single , Multiple , None } |
| enum | HitType { None , Default , Floor , Block , Inspect } |
| enum | BoxType { Box , Fence } |
| enum | ProcessMode { Render , Prpcess , Summary } |
Public Member Functions | |
| void | OnChangeActionMode () |
| virtual void | OnRenderTile (Point point, HitResult result, bool shouldHide) |
| 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 | |
| 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 | |
| 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] |
Properties inherited from EMono | |
| 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 | |
Static Public Member Functions inherited from EMono | |
| static int | rnd (int a) |
Static Public Attributes inherited from EMono | |
| static Core | core |
Definition at line 5 of file BaseTileSelector.cs.
| enum BaseTileSelector.BoxType |
Definition at line 584 of file BaseTileSelector.cs.
| enum BaseTileSelector.HitType |
Definition at line 569 of file BaseTileSelector.cs.
| enum BaseTileSelector.ProcessMode |
Definition at line 593 of file BaseTileSelector.cs.
| enum BaseTileSelector.SelectType |
Definition at line 558 of file BaseTileSelector.cs.
| void BaseTileSelector.ExecuteSummary | ( | ) |
Definition at line 497 of file BaseTileSelector.cs.
| bool BaseTileSelector.IsInRange | ( | int | x, |
| int | z, | ||
| Point | end ) |
Definition at line 388 of file BaseTileSelector.cs.
| void BaseTileSelector.OnChangeActionMode | ( | ) |
Definition at line 114 of file BaseTileSelector.cs.
|
virtual |
Definition at line 121 of file BaseTileSelector.cs.
| void BaseTileSelector.OnUpdate | ( | ) |
Definition at line 126 of file BaseTileSelector.cs.
| void BaseTileSelector.ProcessFillTiles | ( | Point | start, |
| BaseTileSelector.ProcessMode | processMode ) |
Definition at line 346 of file BaseTileSelector.cs.
| void BaseTileSelector.ProcessTiles | ( | Point | start, |
| Point | end, | ||
| BaseTileSelector.ProcessMode | processMode ) |
Definition at line 282 of file BaseTileSelector.cs.
| unsafe void BaseTileSelector.RefreshMouseInfo | ( | bool | force = false | ) |
Definition at line 416 of file BaseTileSelector.cs.
| void BaseTileSelector.RefreshSummary | ( | ) |
Definition at line 510 of file BaseTileSelector.cs.
| void BaseTileSelector.TryProcessTiles | ( | Point | _end | ) |
Definition at line 240 of file BaseTileSelector.cs.
| bool BaseTileSelector.autoClick |
Definition at line 552 of file BaseTileSelector.cs.
| bool BaseTileSelector.firstInMulti |
Definition at line 555 of file BaseTileSelector.cs.
| BaseTileSelector.HitType BaseTileSelector.inspectHitType |
Definition at line 522 of file BaseTileSelector.cs.
| bool BaseTileSelector.inspectorHighlight |
Definition at line 525 of file BaseTileSelector.cs.
Definition at line 544 of file BaseTileSelector.cs.
Definition at line 540 of file BaseTileSelector.cs.
| bool BaseTileSelector.processing |
Definition at line 548 of file BaseTileSelector.cs.
| Point BaseTileSelector.start |
Definition at line 532 of file BaseTileSelector.cs.
| HitSummary BaseTileSelector.summary = new HitSummary() |
Definition at line 528 of file BaseTileSelector.cs.
Definition at line 536 of file BaseTileSelector.cs.
|
get |
Definition at line 39 of file BaseTileSelector.cs.
|
get |
Definition at line 97 of file BaseTileSelector.cs.
|
get |
Definition at line 59 of file BaseTileSelector.cs.
|
get |
Definition at line 29 of file BaseTileSelector.cs.
|
get |
Definition at line 49 of file BaseTileSelector.cs.
|
get |
Definition at line 9 of file BaseTileSelector.cs.
|
get |
Definition at line 69 of file BaseTileSelector.cs.
|
get |
Definition at line 19 of file BaseTileSelector.cs.
|
get |
Definition at line 79 of file BaseTileSelector.cs.