@@ -27,7 +27,7 @@ A modal form contains a title, a text display, and two buttons.
2727 - callback : ` Function `
2828 Function called after player clicks a button.
2929 - forUpdating : ` Boolean `
30- (Optional parameter) Whether the form is sent for updating. The default value is false, meaning it is not for form updating.
30+ (Optional parameter, added in 0.11.0 ) Whether the form is sent for updating. The default value is false, meaning it is not for form updating.
3131- Return value: The ID of the sent form.
3232- Return value type: ` Integer `
3333 - If the return value is ` Null ` , it means the sending failed.
@@ -65,7 +65,7 @@ section to better accomplish this task.
6565 - callback : ` Function `
6666 The function called after the player clicks a button.
6767 - forUpdating : ` Boolean `
68- (Optional parameter) Whether the form is sent for updating. The default value is false, meaning it is not for form updating.
68+ (Optional parameter, added in 0.11.0 ) Whether the form is sent for updating. The default value is false, meaning it is not for form updating.
6969- Return value: The sent form ID.
7070- Return value type: ` Integer `
7171 - If the return value is ` Null ` , it means the sending failed.
@@ -103,7 +103,7 @@ next section to better accomplish this task.
103103 - callback : ` Function `
104104 Callback function to be called after the player submits the form.
105105 - forUpdating : ` Boolean `
106- (Optional parameter) Whether the form is sent for updating. The default value is false, meaning it is not for form updating.
106+ (Optional parameter, added in 0.11.0 ) Whether the form is sent for updating. The default value is false, meaning it is not for form updating.
107107- Return value: The sent form ID.
108108- Return value type: ` Integer `
109109 - If the return value is Null, it means the sending failed.
0 commit comments