Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | height |
def | width |
def | handleButton |
def | create |
![]() | |
def | __init__ |
def | height |
def | width |
def | getValues |
def | create |
def | draw |
def | undraw |
Data Fields | |
text | |
sprite | |
wid | |
hei | |
gui_element | |
![]() | |
gui_element | |
idname | |
id | |
Additional Inherited Members | |
![]() | |
int | next_id = 0 |
Definition at line 186 of file dialog_box.py.
def __init__ | ( | self, | |
id, | |||
text, | |||
sprite, | |||
width, | |||
height | |||
) |
def create | ( | self, | |
owner, | |||
room, | |||
x, | |||
y, | |||
wid, | |||
hei | |||
) |
Definition at line 201 of file dialog_box.py.
References DialogBox.Space.hei, DialogBox.Button.hei, dialog_box.makeRect(), DialogBox.Text.text, DialogBox.Button.text, EnqueueMoreText.text, DisplayTextIfTrueScript.text, AddPythonSprite.text, and CampaignNode.text.
def handleButton | ( | self, | |
button, | |||
params | |||
) |
Definition at line 199 of file dialog_box.py.
References DialogBox.Item.id.
def height | ( | self) |
Definition at line 195 of file dialog_box.py.
References DialogBox.Space.hei, and DialogBox.Button.hei.
def width | ( | self) |
Definition at line 197 of file dialog_box.py.
References DialogBox.Space.wid, DialogBox.Text.wid, and DialogBox.Button.wid.
gui_element |
Definition at line 204 of file dialog_box.py.
hei |
Definition at line 191 of file dialog_box.py.
sprite |
Definition at line 189 of file dialog_box.py.
text |
Definition at line 188 of file dialog_box.py.
wid |
Definition at line 190 of file dialog_box.py.