Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Go to the source code of this file.
Data Structures | |
class | DialogBox |
class | DialogBox.Item |
class | DialogBox.Space |
class | DialogBox.List |
class | DialogBox.Text |
class | DialogBox.Button |
class | DialogBox.TextInput |
class | DialogBox.Row |
Namespaces | |
dialog_box | |
Constant Groups | |
dialog_box | |
Functions | |
def | parse_dialog_box |
def | makeRect |
def | fromValues |
def | dialog |
def | custom_run_dialog |
def | button_row |
def | alert |
def | confirm |
Variables | |
float | text_height = 0.1 |
float | font_size = 1.0 |
float | list_height = 0.0 |
tuple | screen_color = GUI.GUIColor(200/255.0, 220/255.0 ,210/255.0) |
tuple | input_color = GUI.GUIColor(25/255.0, 25/255.0 ,75/255.0) |
tuple | screen_bgcolor = GUI.GUIColor(0.9,0.9,1.0,0.7) |
tuple | screen_bgcolor_nc = GUI.GUIColor(0.1,0.0,0.4) |