|
| virtual int | TopHeight (Point p) |
| |
| virtual void | SEExecuteSummary () |
| |
| virtual bool | HighlightWall (Point p) |
| |
| virtual void | OnClickSubMenu (int a) |
| |
| virtual string | OnSetSubMenuButton (int a, UIButton b) |
| |
| virtual bool | IsRoofEditMode (Card c=null) |
| |
| virtual bool | IsFillMode () |
| |
| virtual int | GetDefaultTile (Point p) |
| |
| virtual void | OnShowExtraHint (UINote n) |
| |
| void | Activate (bool toggle=true, bool forceActivate=false) |
| |
| virtual void | OnActivate () |
| |
| unsafe void | RefreshTexts () |
| |
| virtual string | GetSimpleText (Card c) |
| |
| void | ClearSimpleTexts () |
| |
| void | Deactivate () |
| |
| virtual void | OnDeactivate () |
| |
| virtual void | OnCancel () |
| |
| virtual void | OnBeforeUpdate () |
| |
| virtual void | OnAfterUpdate () |
| |
| virtual void | OnUpdateCursor () |
| |
| void | OnRotate () |
| |
| void | SetCursorOnMap (CursorInfo cursor) |
| |
| void | UpdateInput () |
| |
| void | InputMovement () |
| |
| virtual void | InputWheel (int wheel) |
| |
| virtual void | OnUpdateInput () |
| |
| void | DoFunc (CoreConfig.GameFuncBuild func) |
| |
| void | DoFunc (CoreConfig.GameFunc func) |
| |
| virtual void | OnScroll () |
| |
| void | TryRightClickCloseWidget () |
| |
| bool | TryShowWidgetMenu () |
| |
| HitResult | _HitTest (Point point, Point start) |
| |
| virtual HitResult | HitTest (Point point, Point start) |
| |
| virtual void | OnSelectStart (Point point) |
| |
| virtual void | OnSelectEnd (bool cancel) |
| |
| virtual MeshPass | GetGuidePass (Point point) |
| |
| virtual unsafe void | OnRenderTile (Point point, HitResult result, int dir) |
| |
| 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 string | GetHintText () |
| |
| 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) |
| |
| 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) |
| |
| Layer | layer |
| |
| int | brushRadius = 4 |
| |
| static ActionMode | DefaultMode |
| |
| static AM_Title | Title = new AM_Title() |
| |
| static AM_Sim | Sim |
| |
| static AM_ViewZone | View |
| |
| static AM_Adv | Adv |
| |
| static AM_Region | Region |
| |
| static AM_ADV_Target | AdvTarget |
| |
| static AM_EloMap | EloMap |
| |
| static AM_Inspect | Inspect |
| |
| static AM_NoMap | NoMap |
| |
| static AM_MiniGame | MiniGame |
| |
| static AM_NewZone | NewZone |
| |
| static AM_Bird | Bird |
| |
| static AM_Mine | Mine |
| |
| static AM_Dig | Dig |
| |
| static AM_Harvest | Harvest |
| |
| static AM_Cut | Cut |
| |
| static AM_StateEditor | StateEditor |
| |
| static AM_Picker | Picker |
| |
| static AM_Copy | Copy |
| |
| static AM_Blueprint | Blueprint |
| |
| static AM_Build | Build |
| |
| static AM_CreateArea | CreateArea |
| |
| static AM_EditArea | EditArea |
| |
| static AM_ExpandArea | ExpandArea |
| |
| static AM_Deconstruct | Deconstruct |
| |
| static AM_Select | Select |
| |
| static AM_RemoveDesignation | RemoveDesignation |
| |
| static AM_ViewMap | ViewMap |
| |
| static AM_Terrain | Terrain |
| |
| static AM_Populate | Populate |
| |
| static AM_EditMarker | EditMarker |
| |
| static AM_Visibility | Visibility |
| |
| static AM_Cinema | Cinema |
| |
| static AM_Paint | Paint |
| |
| static AM_FlagCell | FlagCell |
| |
| static ActionMode | LastBuildMode |
| |
| static SourceMaterial.Row | lastEditorMat |
| |
| static bool | ignoreSound |
| |
| static float[] | GameSpeeds |
| |
| static List< TCSimpleText > | simpleTexts = new List<TCSimpleText>() |
| |
| static Core | core |
| |
| static Vector3 | mpos |
| |
Definition at line 4 of file AM_MiniGame.cs.