You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -169,3 +171,8 @@ ret = ue.message_dialog_open(ue.APP_MSG_TYPE_YES_NO, "Do you want to shot ?")
169
171
if ret == ue.APP_RETURN_TYPE_YES:
170
172
ue.log('You choose "YES"')
171
173
```
174
+
175
+
Multiline mode
176
+
--------------
177
+
178
+
If a statement ends with ':' the python console will assume an 'incomplete' commands and will wait for the next line NOT starting with a space to issue the instructions. This mode allows you to enter functions, classes, cycles in the console.
0 commit comments