|
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 1 of file InspectGroupObj.cs.
◆ OnSetActions()
override void InspectGroupObj.OnSetActions |
( |
| ) |
|
|
inlinevirtual |
Reimplemented from InspectGroup< ObjInfo >.
Definition at line 5 of file InspectGroupObj.cs.
6 {
9 {
10 Add(
"cancel".lang() +
"\n(" + taskDesignation.
Name +
")",
"", delegate(
ObjInfo t)
11 {
13 if (taskDesignation2 is
TaskCut)
14 {
16 }
17 }, sound: true);
18 return;
19 }
21 {
24 {
25 pos = pos
26 }) && base.Solo)
27 {
28 SE.Beep();
29 }
30 }, sound: true);
31 }
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< TaskCut > cut
Designations designations
References EClass._map, InspectGroup< ObjInfo >.Add(), Point.Copy(), TaskManager.Designations.cut, CellDetail.designation, TaskManager.designations, Task.Destroy(), Point.detail, AIAct.Name, BaseInspectPos.pos, TaskPoint.pos, Map.tasks, and DesignationList< T >.TryAdd().
◆ MultiName
override string InspectGroupObj.MultiName |
|
get |
The documentation for this class was generated from the following file: