프로퍼티 | 타입 | 설명 | |
---|---|---|---|
LastPosition | System.Vector3 | ||
LastRotR | float | ||
Lasttick | float | ||
RotSpeed | float | ||
RotSpeedDictionary | double>.Dictionary | ||
RotTimeDictionary | float>.Dictionary | ||
Speed | System.Vector3 | ||
SpeedDictionary | Vector3>.Dictionary | ||
TrackTable | List |
||
UnitClassId | ClassID | ||
UnitName | string |
메소드 | 설명 | |
---|---|---|
AbilityMove ( Unit unit ) : bool |
The ability move.
|
|
CalculateReachTime ( Unit target, float speed, System.Vector3 dePos ) : float |
The calculate reach time.
|
|
DrawPredictions ( float delay = 1000 ) : void |
The draw predictions.
|
|
InFront ( Unit unit, float distance ) : System.Vector3 |
Returns vector in facing direction of given unit with given distance
|
|
IsIdle ( Unit unit ) : bool |
Checks if enemy is not moving
|
|
IsTurning ( Unit unit, double tolerancy ) : bool |
Checks if a unit is currently changing their direction
|
|
PredictedXYZ ( Unit unit, float delay ) : System.Vector3 |
Returns predicted location of given unit after given delay in ms
|
|
Prediction ( string unitName, ClassID unitClassId, System.Vector3 speed, float rotSpeed, System.Vector3 lastPosition, float lastRotR, float lasttick ) : System |
Initializes a new instance of the Prediction class.
|
|
SkillShotXYZ ( Unit source, Unit target, float delay, float speed, float radius ) : System.Vector3 |
The skill shot xyz.
|
|
SpeedTrack ( |
Tracks heroes movements
|
|
StraightTime ( Unit unit ) : float |
Returns in miliseconds how long is unit walking straight
|
메소드 | 설명 | |
---|---|---|
Events_OnClose ( object sender, |
The events_ on close.
|
|
Events_OnLoad ( object sender, |
The events_ on load.
|
|
Prediction ( ) : System |
Initializes static members of the Prediction class.
|
public static AbilityMove ( Unit unit ) : bool | ||
unit | Unit | /// The unit. /// |
리턴 | bool |
public static CalculateReachTime ( Unit target, float speed, System.Vector3 dePos ) : float | ||
target | Unit | /// The target. /// |
speed | float | /// The speed. /// |
dePos | System.Vector3 | /// The de pos. /// |
리턴 | float |
public static DrawPredictions ( float delay = 1000 ) : void | ||
delay | float | /// The delay. /// |
리턴 | void |
public static InFront ( Unit unit, float distance ) : System.Vector3 | ||
unit | Unit | /// The unit. /// |
distance | float | /// The distance. /// |
리턴 | System.Vector3 |
public static IsTurning ( Unit unit, double tolerancy ) : bool | ||
unit | Unit | /// The unit. /// |
tolerancy | double | /// tolerancy of rotation speed /// |
리턴 | bool |
public static PredictedXYZ ( Unit unit, float delay ) : System.Vector3 | ||
unit | Unit | /// The unit. /// |
delay | float | /// The delay. /// |
리턴 | System.Vector3 |
public Prediction ( string unitName, ClassID unitClassId, System.Vector3 speed, float rotSpeed, System.Vector3 lastPosition, float lastRotR, float lasttick ) : System | ||
unitName | string | /// The unit name. /// |
unitClassId | ClassID | /// The unit class id. /// |
speed | System.Vector3 | /// The speed. /// |
rotSpeed | float | /// The rot speed. /// |
lastPosition | System.Vector3 | /// The last position. /// |
lastRotR | float | /// The last rot r. /// |
lasttick | float | /// The lasttick. /// |
리턴 | System |
public static SkillShotXYZ ( Unit source, Unit target, float delay, float speed, float radius ) : System.Vector3 | ||
source | Unit | /// The source. /// |
target | Unit | /// The target. /// |
delay | float | /// The delay. /// |
speed | float | /// The speed. /// |
radius | float | /// The radius. /// |
리턴 | System.Vector3 |
public static SpeedTrack ( |
||
args | /// The args. /// | |
리턴 | void |
public static StraightTime ( Unit unit ) : float | ||
unit | Unit | /// The unit. /// |
리턴 | float |
public static Dictionary |
||
리턴 | double>.Dictionary |