mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Removing trailing whitespace
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
This commit is contained in:
@@ -18,7 +18,7 @@ You can use the function :ref:`get_interfaces <class_ARVRServer_get_interfaces>`
|
||||
To enable an interface you execute the following code:
|
||||
|
||||
.. tabs::
|
||||
.. code-tab:: gdscript GDScript
|
||||
.. code-tab:: gdscript GDScript
|
||||
|
||||
var arvr_interface = ARVRServer.find_interface("Native mobile")
|
||||
if arvr_interface and arvr_interface.initialize():
|
||||
|
||||
Reference in New Issue
Block a user