C# Class ExBuddy.Helpers.Condition

显示文件 Open project: MGramolini/ExBuddy

Public Properties

Property Type Description
OneDay System.TimeSpan

Public Methods

Method Description
All ( ) : bool
Any ( ) : bool
Distance2D ( float x, float y, float z ) : float
Distance3D ( float x, float y, float z ) : float
IsTimeBetween ( double start, double end ) : bool
IsTrue ( this value ) : bool
TrueFor ( int id, System.TimeSpan span ) : bool

Private Methods

Method Description
AddNamespacesToScriptManager ( ) : void
Condition ( ) : System
SetPlayerNameInWindowTitle ( object sender, EventArgs eventArgs ) : void

Method Details

All() public static method

public static All ( ) : bool
return bool

Any() public static method

public static Any ( ) : bool
return bool

Distance2D() public static method

public static Distance2D ( float x, float y, float z ) : float
x float
y float
z float
return float

Distance3D() public static method

public static Distance3D ( float x, float y, float z ) : float
x float
y float
z float
return float

IsTimeBetween() public static method

public static IsTimeBetween ( double start, double end ) : bool
start double
end double
return bool

IsTrue() public static method

public static IsTrue ( this value ) : bool
value this
return bool

TrueFor() public static method

public static TrueFor ( int id, System.TimeSpan span ) : bool
id int
span System.TimeSpan
return bool

Property Details

OneDay public_oe static_oe property

public static TimeSpan,System OneDay
return System.TimeSpan