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
Copy file name to clipboardExpand all lines: functions/Browser/createBrowser.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ client:
27
27
values:
28
28
- type: element|false
29
29
name: new browser
30
-
description: Returns a [[texture]] of the [[browser]] if it was created successfully, false otherwise. Returns also false, if the user disabled remote pages and isLocal was set to false.
30
+
description: Returns a [[texture]] of the [[browser]] if it was created successfully, **false** otherwise. Returns also **false**, if the user disabled remote pages and isLocal was set to false.
31
31
examples:
32
32
- path: examples/createBrowser-1.lua
33
33
description: This example shows you how to create a fullscreen web browser (showing a local html file) without input-handling.
0 commit comments