Elin Modding Docs Doc
|
Classes | |
class | PressedAction |
Public Member Functions | |
override bool | HighlightWall (Point p) |
unsafe override void | OnActivate () |
override void | OnDeactivate () |
unsafe override void | OnRenderTile (Point point, HitResult result, int dir) |
override int | GetDefaultTile (Point p) |
override void | OnBeforeUpdate () |
unsafe override void | OnAfterUpdate () |
override void | OnUpdateCursor () |
void | UpdatePlans () |
void | UpdateLangWheel () |
void | ClearPlans () |
void | OnBecomeNoGoal () |
override void | _OnUpdateInput () |
void | ShowAllAction () |
void | SetTurbo (int mtp=-1) |
void | EndTurbo () |
void | ToggleZoom () |
bool | TryCancelInteraction (bool sound=true) |
bool | CanAct () |
void | AxisMove () |
void | SetManualMove () |
void | SetPressedAction (ButtonState button) |
bool | PressedActionMove (Point pos) |
virtual unsafe void | RefreshArrow () |
![]() | |
override void | OnUpdateInput () |
override string | GetHintText () |
override void | OnCancel () |
override HitResult | HitTest (Point point, Point start) |
![]() | |
virtual int | TopHeight (Point p) |
virtual void | SEExecuteSummary () |
virtual void | OnClickSubMenu (int a) |
virtual string | OnSetSubMenuButton (int a, UIButton b) |
virtual bool | IsRoofEditMode (Card c=null) |
virtual bool | IsFillMode () |
virtual void | OnShowExtraHint (UINote n) |
void | Activate (bool toggle=true, bool forceActivate=false) |
unsafe void | RefreshTexts () |
virtual string | GetSimpleText (Card c) |
void | ClearSimpleTexts () |
void | Deactivate () |
void | OnRotate () |
void | SetCursorOnMap (CursorInfo cursor) |
void | UpdateInput () |
void | InputMovement () |
virtual void | InputWheel (int wheel) |
void | DoFunc (CoreConfig.GameFuncBuild func) |
void | DoFunc (CoreConfig.GameFunc func) |
virtual void | OnScroll () |
void | TryRightClickCloseWidget () |
bool | TryShowWidgetMenu () |
HitResult | _HitTest (Point point, Point start) |
virtual void | OnSelectStart (Point point) |
virtual void | OnSelectEnd (bool cancel) |
virtual MeshPass | GetGuidePass (Point point) |
unsafe void | OnRenderTileFloor (Point point, HitResult result) |
virtual bool | CanProcessTiles () |
virtual void | OnBeforeProcessTiles () |
virtual void | OnProcessTiles (Point point, int dir) |
virtual void | OnAfterProcessTiles (Point start, Point end) |
virtual void | OnFinishProcessTiles () |
virtual void | OnRefreshSummary (Point point, HitResult result, HitSummary summary) |
void | ShowLayer () |
virtual Layer | OnShowLayer () |
void | HideLayer () |
virtual void | OnHideLayer () |
virtual void | RotateUnderMouse () |
virtual ref string | SetMouseInfo (ref string s) |
void | TogglePause () |
void | Pause (bool sound=false) |
void | UnPause (bool sound=false) |
void | ChangeGameSpeed (int a, bool sound=false) |
Public Attributes | |
bool | zoomOut |
bool | zoomOut2 |
bool | movedByKey |
AM_Adv.PressedAction | pressedAction = new AM_Adv.PressedAction() |
PointTarget | axisTarget |
ActPlan | planLeft |
ActPlan | planRight |
ActPlan | planKeyboard |
ActPlan | planAll |
string | textWheel |
string | textMiddle |
float | rightMouseTimer |
![]() | |
bool | isMouseOnMap |
![]() | |
Layer | layer |
int | brushRadius = 4 |
Protected Attributes | |
int | arrowIndex |
float | timerStartRunning |
bool | cursorMove |
bool | keepWalking |
Vector3 | posOrigin |
Vector3 | posArrow |
Vector2 | vArrow |
bool | updatePlans |
bool | isMoving |
Vector3 | clickPos |
Properties | |
PointTarget | mouseTarget [get] |
bool | autorun [get] |
bool | ShouldHideTile [get] |
override float | gameSpeed [get] |
override bool | FixFocus [get] |
override bool | ShouldPauseGame [get] |
override bool | AllowWheelZoom [get] |
override float | TargetZoom [get] |
![]() | |
override AreaHighlightMode | AreaHihlight [get] |
override bool | ShowActionHint [get] |
override bool | HideSubWidgets [get] |
override BaseTileSelector.HitType | hitType [get] |
override BaseTileSelector.SelectType | selectType [get] |
override BaseGameScreen | TargetGameScreen [get] |
Point | hit [get] |
![]() | |
static AM_Adv | AdvOrRegion [get] |
static bool | IsAdv [get] |
virtual float | gameSpeed [get] |
bool | IsActive [get] |
virtual BaseTileSelector.HitType | hitType [get] |
virtual BaseTileSelector.SelectType | selectType [get] |
virtual BaseTileSelector.BoxType | boxType [get] |
virtual bool | ContinuousClick [get] |
virtual int | hitW [get] |
virtual int | hitH [get] |
HitSummary | Summary [get] |
bool | Multisize [get] |
virtual string | id [get] |
virtual CursorInfo | DefaultCursor [get] |
virtual string | idHelpTopic [get] |
virtual string | idSound [get] |
virtual bool | enableMouseInfo [get] |
virtual bool | hideBalloon [get] |
virtual string | textHintTitle [get] |
virtual bool | AllowAutoClick [get] |
virtual bool | ShowActionHint [get] |
virtual bool | ShowMouseoverTarget [get] |
virtual AreaHighlightMode | AreaHihlight [get] |
virtual bool | CanSelectTile [get] |
virtual bool | CanTargetOutsideBounds [get] |
virtual bool | ShouldPauseGame [get] |
virtual bool | FixFocus [get] |
virtual bool | HideSubWidgets [get] |
virtual bool | IsBuildMode [get] |
virtual bool | ShowBuildWidgets [get] |
virtual BuildMenu.Mode | buildMenuMode [get] |
virtual bool | ShouldHideBuildMenu [get] |
virtual bool | CanTargetFog [get] |
virtual int | CostMoney [get] |
virtual bool | AllowBuildModeShortcuts [get] |
virtual bool | AllowMiddleClickFunc [get] |
virtual bool | AllowHotbar [get] |
virtual bool | AllowGeneralInput [get] |
virtual bool | ShowMaskedThings [get] |
virtual int | SelectorHeight [get] |
virtual bool | AllowWheelZoom [get] |
virtual float | TargetZoom [get] |
virtual BaseTileMap.CardIconMode | cardIconMode [get] |
virtual BaseGameScreen | TargetGameScreen [get] |
virtual bool | IsNoMap [get] |
virtual bool | UseSubMenu [get] |
virtual bool | UseSubMenuSlider [get] |
virtual bool | SubMenuAsGroup [get] |
virtual int | SubMenuModeIndex [get] |
virtual bool | ShowExtraHint [get] |
BaseTileSelector | tileSelector [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 Faction | Wilds [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 SourceManager | sources [get] |
static SourceManager | editorSources [get] |
static SoundManager | Sound [get] |
static CoreDebug | debug [get] |
Additional Inherited Members | |
![]() | |
static void | OnGameInstantiated () |
![]() | |
static int | rnd (int a) |
static int | curve (int a, int start, int step, int rate=75) |
static int | rndHalf (int a) |
static float | rndf (float a) |
static int | rndSqrt (int a) |
static void | Wait (float a, Card c) |
static void | Wait (float a, Point p) |
static int | Bigger (int a, int b) |
static int | Smaller (int a, int b) |
![]() | |
static Vector3 | mpos |
|
virtual |
Reimplemented from AM_BaseGameMode.
|
virtual |
Reimplemented from ActionMode.
|
virtual |
Reimplemented from ActionMode.
|
virtual |
Reimplemented from ActionMode.
|
virtual |
Reimplemented from ActionMode.
|
virtual |
Reimplemented from ActionMode.
|
virtual |
Reimplemented from ActionMode.
|
virtual |
Reimplemented from ActionMode.
|
virtual |
Reimplemented from ActionMode.
PointTarget AM_Adv.axisTarget |
ActPlan AM_Adv.planAll |
ActPlan AM_Adv.planKeyboard |
ActPlan AM_Adv.planLeft |
ActPlan AM_Adv.planRight |
AM_Adv.PressedAction AM_Adv.pressedAction = new AM_Adv.PressedAction() |
|
get |