Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
ConReload.cs
Go to the documentation of this file.
1
public
class
ConReload
:
Condition
2
{
3
public
override
int
GetPhase
()
4
{
5
return
0;
6
}
7
8
public
override
void
OnRemoved
()
9
{
10
if
(
owner
.
IsPC
)
11
{
12
WidgetCurrentTool
.
RefreshCurrentHotItem
();
13
}
14
}
15
}
BaseCondition.owner
Chara owner
Definition:
BaseCondition.cs:15
Chara.IsPC
override bool IsPC
Definition:
Chara.cs:597
ConReload
Definition:
ConReload.cs:2
ConReload.OnRemoved
override void OnRemoved()
Definition:
ConReload.cs:8
ConReload.GetPhase
override int GetPhase()
Definition:
ConReload.cs:3
Condition
Definition:
Condition.cs:4
WidgetCurrentTool
Definition:
WidgetCurrentTool.cs:6
WidgetCurrentTool.RefreshCurrentHotItem
static void RefreshCurrentHotItem()
Definition:
WidgetCurrentTool.cs:171
Elin
ConReload.cs
Generated by
1.9.6