C# Class DZAwarenessAIO.Modules.Ping.RecallInfo

Afficher le fichier Open project: DZ191/LeagueSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
AbortedRecall LeagueSharp.Common.Packet.S2C.Teleport.Struct
AbortedT int
EnemyInfo EnemyInfo
EstimatedShootT float
FADEOUT_TIME int
IncomingDamage float>.Dictionary
LockedTarget bool
Recall Packet.S2C.Teleport.Struct

Méthodes publiques

Méthode Description
GetDrawTime ( ) : int
GetRecallCountdown ( ) : int
IsPorting ( ) : bool
RecallInfo ( EnemyInfo enemyInfo ) : System
ShouldDraw ( ) : bool
ToString ( ) : string
UpdateRecall ( Packet newRecall ) : EnemyInfo
WasAborted ( ) : bool

Method Details

GetDrawTime() public méthode

public GetDrawTime ( ) : int
Résultat int

GetRecallCountdown() public méthode

public GetRecallCountdown ( ) : int
Résultat int

IsPorting() public méthode

public IsPorting ( ) : bool
Résultat bool

RecallInfo() public méthode

public RecallInfo ( EnemyInfo enemyInfo ) : System
enemyInfo EnemyInfo
Résultat System

ShouldDraw() public méthode

public ShouldDraw ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

UpdateRecall() public méthode

public UpdateRecall ( Packet newRecall ) : EnemyInfo
newRecall Packet
Résultat EnemyInfo

WasAborted() public méthode

public WasAborted ( ) : bool
Résultat bool

Property Details

AbortedRecall public_oe property

public Packet.S2C.Teleport.Struct,LeagueSharp.Common AbortedRecall
Résultat LeagueSharp.Common.Packet.S2C.Teleport.Struct

AbortedT public_oe property

public int AbortedT
Résultat int

EnemyInfo public_oe property

public EnemyInfo,DZAwarenessAIO.Modules.Ping EnemyInfo
Résultat EnemyInfo

EstimatedShootT public_oe property

public float EstimatedShootT
Résultat float

FADEOUT_TIME public_oe property

public int FADEOUT_TIME
Résultat int

IncomingDamage public_oe property

public Dictionary IncomingDamage
Résultat float>.Dictionary

LockedTarget public_oe property

public bool LockedTarget
Résultat bool

Recall public_oe property

public Packet.S2C.Teleport.Struct Recall
Résultat Packet.S2C.Teleport.Struct