|
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 InspectGroupTask.cs.
◆ OnSetActions()
override void InspectGroupTask.OnSetActions |
( |
| ) |
|
|
inlinevirtual |
Reimplemented from InspectGroup< TaskPoint >.
Definition at line 5 of file InspectGroupTask.cs.
6 {
8 Add(
"cancel".lang() +
"\n(" + firstTarget.
Name +
")",
"", delegate(
TaskPoint t)
9 {
11 }, sound: true);
12 }
Item Add(string text, string idSprite, Action action, bool sound=false, int priority=0, bool auto=false)
References InspectGroup< TaskPoint >.Add(), Task.Destroy(), and AIAct.Name.
◆ MultiName
override string InspectGroupTask.MultiName |
|
get |
The documentation for this class was generated from the following file: