C# Class EvadePlus.EvadePlus.EvadeResult

ファイルを表示 Open project: stefsot/EloBuddyAddons

Private Properties

Property Type Description

Public Methods

Method Description
Elapsed ( int time ) : bool
Elapsed ( ) : int
EvadeResult ( EvadePlus evade, System.Vector2 evadePoint, System.Vector2 anchorPoint, int totalTimeAvailable, int timeAvailable, bool enoughTime ) : System
Expired ( int time = 4000 ) : bool

Method Details

Elapsed() public method

public Elapsed ( int time ) : bool
time int
return bool

Elapsed() public method

public Elapsed ( ) : int
return int

EvadeResult() public method

public EvadeResult ( EvadePlus evade, System.Vector2 evadePoint, System.Vector2 anchorPoint, int totalTimeAvailable, int timeAvailable, bool enoughTime ) : System
evade EvadePlus
evadePoint System.Vector2
anchorPoint System.Vector2
totalTimeAvailable int
timeAvailable int
enoughTime bool
return System

Expired() public method

public Expired ( int time = 4000 ) : bool
time int
return bool