C# Class Eryan.Script.Scripts.AutoLoger

Logs into the Eve account
Inheritance: Eryan.Script.Scriptable
ファイルを表示 Open project: emist/Eryan

Public Methods

Method Description
onFinish ( ) : System.Boolean
onStart ( ) : System.Boolean
run ( ) : int
userCredentials ( AccountManager acc ) : void

Load the user credentials

Method Details

onFinish() public method

public onFinish ( ) : System.Boolean
return System.Boolean

onStart() public method

public onStart ( ) : System.Boolean
return System.Boolean

run() public method

public run ( ) : int
return int

userCredentials() public method

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