C# Class DZDraven.Reticle

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

Méthodes publiques

Méthode 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 méthode

public DistanceToPlayer ( ) : float
Résultat float

Reticle() public méthode

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
Résultat System

getCreationTime() public méthode

public getCreationTime ( ) : double
Résultat double

getEndTime() public méthode

public getEndTime ( ) : double
Résultat double

getNetworkId() public méthode

public getNetworkId ( ) : int
Résultat int

getObj() public méthode

public getObj ( ) : GameObject
Résultat GameObject

getPosition() public méthode

public getPosition ( ) : System.Vector3
Résultat System.Vector3