C# Class TeaseAI_CE.Scripting.Events.Timed

Inheritance: IEvent
Exibir arquivo Open project: TeaseAI/TeaseAI-CE

Public Methods

Method 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 method

public Finished ( ) : bool
return bool

Timed() public method

public Timed ( System.DateTime end, System.Action onFinished = null ) : System
end System.DateTime
onFinished System.Action
return System

Timed() public method

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