mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Fix code block after 11b4a4a
This commit is contained in:
@@ -92,9 +92,7 @@ Loading and using a Android plugin
|
||||
|
||||
Once you have access to the plugin ``aar`` file, move it to the Godot project ``res://android/plugins`` directory.
|
||||
|
||||
From your script:
|
||||
|
||||
.. code-block::
|
||||
From your script::
|
||||
|
||||
if Engine.has_singleton("MyPlugin"):
|
||||
var singleton = Engine.get_singleton("MyPlugin")
|
||||
|
||||
Reference in New Issue
Block a user