C# Class DZDraven.Reticle

Exibir arquivo Open project: DZ191/LeagueSharp Class Usage Examples

Public Methods

Method Description
DistanceToPlayer ( ) : float
Reticle ( GameObject retObject, double CreatT, System.Vector3 position, double EndT, int NId ) : System
getCreationTime ( ) : double
getEndTime ( ) : double
getNetworkId ( ) : int
getObj ( ) : GameObject
getPosition ( ) : System.Vector3

Method Details

DistanceToPlayer() public method

public DistanceToPlayer ( ) : float
return float

Reticle() public method

public Reticle ( GameObject retObject, double CreatT, System.Vector3 position, double EndT, int NId ) : System
retObject GameObject
CreatT double
position System.Vector3
EndT double
NId int
return System

getCreationTime() public method

public getCreationTime ( ) : double
return double

getEndTime() public method

public getEndTime ( ) : double
return double

getNetworkId() public method

public getNetworkId ( ) : int
return int

getObj() public method

public getObj ( ) : GameObject
return GameObject

getPosition() public method

public getPosition ( ) : System.Vector3
return System.Vector3