Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
GoalWait.cs
Go to the documentation of this file.
1
using
System.Collections.Generic;
2
3
public
class
GoalWait
:
Goal
4
{
5
public
override
bool
UseTurbo
=>
false
;
6
7
public
override
bool
InformCancel
=>
false
;
8
9
public
override
IEnumerable<Status>
Run
()
10
{
11
owner
.
renderer
.
NextFrame
();
12
yield
return
Success
();
13
}
14
}
AIAct.owner
new Chara owner
Definition:
AIAct.cs:14
AIAct.Status.Success
@ Success
CardRenderer.NextFrame
virtual void NextFrame()
Definition:
CardRenderer.cs:556
Card.renderer
CardRenderer renderer
Definition:
Card.cs:57
GoalWait
Definition:
GoalWait.cs:4
GoalWait.UseTurbo
override bool UseTurbo
Definition:
GoalWait.cs:5
GoalWait.InformCancel
override bool InformCancel
Definition:
GoalWait.cs:7
GoalWait.Run
override IEnumerable< Status > Run()
Definition:
GoalWait.cs:9
Goal
Definition:
Goal.cs:4
Elin
GoalWait.cs
Generated by
1.9.6