C# Class Eryan.Script.Scripts.AutoLoger

Logs into the Eve account
Inheritance: Eryan.Script.Scriptable
Afficher le fichier Open project: emist/Eryan

Méthodes publiques

Méthode Description
onFinish ( ) : System.Boolean
onStart ( ) : System.Boolean
run ( ) : int
userCredentials ( AccountManager acc ) : void

Load the user credentials

Method Details

onFinish() public méthode

public onFinish ( ) : System.Boolean
Résultat System.Boolean

onStart() public méthode

public onStart ( ) : System.Boolean
Résultat System.Boolean

run() public méthode

public run ( ) : int
Résultat int

userCredentials() public méthode

Load the user credentials
public userCredentials ( AccountManager acc ) : void
acc Eryan.Security.AccountManager The account manager reference that has the credentials
Résultat void