|
override void | OnSetActions () |
|
bool | CanInspect () |
|
virtual bool | Contains (IInspect t) |
|
string | GetName () |
|
virtual void | SetActions () |
|
sealed override void | SetActions () |
|
virtual void | OnSetActions () |
|
Item | Add (string text, string idSprite, Action action, bool sound=false, int priority=0, bool auto=false) |
|
Item | Add (string text, string idSprite, Action< T > action, bool sound=false, int priority=0, bool auto=false) |
|
Definition at line 3 of file InspectGroupBlock.cs.
◆ OnSetActions()
override void InspectGroupBlock.OnSetActions |
( |
| ) |
|
|
inlinevirtual |
Reimplemented from InspectGroup< BlockInfo >.
Definition at line 7 of file InspectGroupBlock.cs.
8 {
12 {
13 Add(
"cancel".lang() +
"\n(" + taskDesignation.
Name +
")",
"", delegate(
BlockInfo t)
14 {
17 {
19 }
20 }, sound: true);
21 }
22 else
23 {
25 {
28 {
29 pos = pos
30 }) && base.Solo)
31 {
32 SE.Beep();
33 }
34 }, sound: true);
35 }
38 {
39 Add(
"Copy",
"", (Action)delegate
40 {
42 }, sound: false, 0, auto: false);
43 }
44 }
Result TestBlock(Point point)
new bool Select(Result r)
TaskDesignation designation
override bool TryAdd(T t)
Item Add(string text, string idSprite, Action action, bool sound=false, int priority=0, bool auto=false)
DesignationList< TaskMine > mine
Designations designations
References EClass._map, InspectGroup< BlockInfo >.Add(), Point.Copy(), CellDetail.designation, TaskManager.designations, Task.Destroy(), Point.detail, AM_Picker.Result.IsValid, TaskManager.Designations.mine, AIAct.Name, ActionMode.Picker, BaseInspectPos.pos, AM_Picker.Select(), Map.tasks, AM_Picker.TestBlock(), and DesignationList< T >.TryAdd().
◆ MultiName
override string InspectGroupBlock.MultiName |
|
get |
The documentation for this class was generated from the following file: