C# Class TeaseAI_CE.Scripting.Events.Timed

Inheritance: IEvent
Afficher le fichier Open project: TeaseAI/TeaseAI-CE

Méthodes publiques

Méthode Description
Finished ( ) : bool
Timed ( System.DateTime end, System.Action onFinished = null ) : System
Timed ( System.TimeSpan time, bool waitToStart, System.Action onFinished = null ) : System

Method Details

Finished() public méthode

public Finished ( ) : bool
Résultat bool

Timed() public méthode

public Timed ( System.DateTime end, System.Action onFinished = null ) : System
end System.DateTime
onFinished System.Action
Résultat System

Timed() public méthode

public Timed ( System.TimeSpan time, bool waitToStart, System.Action onFinished = null ) : System
time System.TimeSpan
waitToStart bool
onFinished System.Action
Résultat System