C# Class DZAwarenessAIO.Modules.Ping.RecallInfo

Mostrar archivo Open project: DZ191/LeagueSharp Class Usage Examples

Public Properties

Property 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

Public Methods

Method 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 method

public GetDrawTime ( ) : int
return int

GetRecallCountdown() public method

public GetRecallCountdown ( ) : int
return int

IsPorting() public method

public IsPorting ( ) : bool
return bool

RecallInfo() public method

public RecallInfo ( EnemyInfo enemyInfo ) : System
enemyInfo EnemyInfo
return System

ShouldDraw() public method

public ShouldDraw ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string

UpdateRecall() public method

public UpdateRecall ( Packet newRecall ) : EnemyInfo
newRecall Packet
return EnemyInfo

WasAborted() public method

public WasAborted ( ) : bool
return bool

Property Details

AbortedRecall public_oe property

public Packet.S2C.Teleport.Struct,LeagueSharp.Common AbortedRecall
return LeagueSharp.Common.Packet.S2C.Teleport.Struct

AbortedT public_oe property

public int AbortedT
return int

EnemyInfo public_oe property

public EnemyInfo,DZAwarenessAIO.Modules.Ping EnemyInfo
return EnemyInfo

EstimatedShootT public_oe property

public float EstimatedShootT
return float

FADEOUT_TIME public_oe property

public int FADEOUT_TIME
return int

IncomingDamage public_oe property

public Dictionary IncomingDamage
return float>.Dictionary

LockedTarget public_oe property

public bool LockedTarget
return bool

Recall public_oe property

public Packet.S2C.Teleport.Struct Recall
return Packet.S2C.Teleport.Struct