|
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 InspectGroupChara.cs.
◆ OnSetActions()
override void InspectGroupChara.OnSetActions |
( |
| ) |
|
|
inlinevirtual |
Reimplemented from InspectGroup< Chara >.
Definition at line 7 of file InspectGroupChara.cs.
8 {
9 Chara first = base.FirstTarget;
10 string text = "charaInfo".lang();
12 {
13 text = text + "(" + "unidentified".lang() + ")";
14 }
16 {
17 Add(
"tTalk".lang(),
"", (Action)delegate
18 {
20 }, sound: false, 0, auto: false);
21 return;
22 }
23 Add(text,
"", (Action)delegate
24 {
26 {
27 SE.Beep();
28 }
29 }, sound: false, 0, auto: false);
30 }
Item Add(string text, string idSprite, Action action, bool sound=false, int priority=0, bool auto=false)
References InspectGroup< Chara >.Add(), Chara.IsHomeMember(), and Chara.ShowDialog().
◆ MultiName
override string InspectGroupChara.MultiName |
|
get |
The documentation for this class was generated from the following file: