Difference between revisions of "VS:VM MoveToLayer"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:VS:VM_MoveToLayer}} | {{DISPLAYTITLE:VS:VM_MoveToLayer}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<pre><font color="blue">def</font> vs.AlertQuestion(question, advice, defaultButton, OKOverrideText, CancelOverrideText, customButtonAText, customButtonBText): | <pre><font color="blue">def</font> vs.AlertQuestion(question, advice, defaultButton, OKOverrideText, CancelOverrideText, customButtonAText, customButtonBText): | ||
Line 28: | Line 13: | ||
<tr> <td valign="top">customButtonBText</td> <td></td> <td valign="top">STRING</td> <td> </td> <td valign="top">Specifies a string to use for a second optional custom button B</td></tr></table></dd></dl> | <tr> <td valign="top">customButtonBText</td> <td></td> <td valign="top">STRING</td> <td> </td> <td valign="top">Specifies a string to use for a second optional custom button B</td></tr></table></dd></dl> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:VS Function Reference:Object Editing]] | [[Category:VS Function Reference:Object Editing]] |
Revision as of 07:23, 16 November 2020
<font color="blue">def</font> vs.AlertQuestion(question, advice, defaultButton, OKOverrideText, CancelOverrideText, customButtonAText, customButtonBText): <font color="blue">return</font> INTEGER
Parameters
question STRING The question to display advice STRING The text to be added in a smaller font under the main information/message defaultButton INTEGER Specifies which button is to be made the default OKOverrideText STRING Specifies a string to use in overriding the 'OK' string CancelOverrideText STRING Specifies a string to use in overriding the 'Cancel' string customButtonAText STRING Specifies a string to use for an optional custom button A customButtonBText STRING Specifies a string to use for a second optional custom button B