Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | SetDiff |
def | __init__ |
def | usingDifficulty |
def | getPlayerDifficulty |
def | Execute |
Data Fields | |
diff | |
creds | |
credsToMax | |
i | |
Definition at line 23 of file difficulty.py.
def __init__ | ( | self, | |
credsMax | |||
) |
Definition at line 28 of file difficulty.py.
def Execute | ( | self) |
Definition at line 84 of file difficulty.py.
References difficulty.creds, HaveCredits.creds, AddCredits.creds, RemoveCredits.creds, SetCredits.creds, difficulty.credsToMax, difficulty.getPlayerDifficulty(), difficulty.i, _ThreadSafeCounter.i, and difficulty.SetDiff().
def getPlayerDifficulty | ( | self, | |
playa | |||
) |
Definition at line 81 of file difficulty.py.
References difficulty.diff.
def SetDiff | ( | self, | |
diff | |||
) |
Definition at line 24 of file difficulty.py.
def usingDifficulty | ( | self) |
Definition at line 78 of file difficulty.py.
creds |
Definition at line 33 of file difficulty.py.
credsToMax |
Definition at line 34 of file difficulty.py.
diff |
Definition at line 31 of file difficulty.py.
i |
Definition at line 38 of file difficulty.py.