C# Class Ensage.Common.Objects.UtilityObjects.MultiSleeper

The sleeper.
Show file Open project: EnsageSharp/Ensage.Common Class Usage Examples

Public Methods

Method Description
MultiSleeper ( ) : System.Collections.Generic

Initializes a new instance of the MultiSleeper class.

Reset ( object id ) : void

The reset.

Sleep ( float duration, object id, bool extendCurrentSleep = false ) : void

The sleep.

Sleeping ( object id ) : bool

The sleeping.

Method Details

MultiSleeper() public method

Initializes a new instance of the MultiSleeper class.
public MultiSleeper ( ) : System.Collections.Generic
return System.Collections.Generic

Reset() public method

The reset.
public Reset ( object id ) : void
id object /// The id. ///
return void

Sleep() public method

The sleep.
public Sleep ( float duration, object id, bool extendCurrentSleep = false ) : void
duration float /// The duration. ///
id object /// The id. ///
extendCurrentSleep bool /// The extend current sleep. ///
return void

Sleeping() public method

The sleeping.
public Sleeping ( object id ) : bool
id object /// The id. ///
return bool