Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
AIWork_Explore.cs
Go to the documentation of this file.
1
using
System.Collections.Generic;
2
3
public
class
AIWork_Explore
:
AIWork
4
{
5
public
override
Work_Type
WorkType
=>
Work_Type
.Explore;
6
7
public
override
IEnumerable<Status>
Run
()
8
{
9
yield
return
DoIdle
();
10
}
11
}
AIAct.DoIdle
Status DoIdle(int repeat=3)
Definition:
AIAct.cs:523
AIWork_Explore
Definition:
AIWork_Explore.cs:4
AIWork_Explore.WorkType
override Work_Type WorkType
Definition:
AIWork_Explore.cs:5
AIWork_Explore.Run
override IEnumerable< Status > Run()
Definition:
AIWork_Explore.cs:7
AIWork
Definition:
AIWork.cs:5
AIWork.Work_Type
Work_Type
Definition:
AIWork.cs:7
Elin
AIWork_Explore.cs
Generated by
1.9.6