mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
Add missing noun in iOS plugin documentation
This commit is contained in:
@@ -22,7 +22,7 @@ An iOS plugin requires a ``.gdip`` configuration file, a binary file which can b
|
||||
|
||||
.. image:: img/ios_export_preset_plugins_section.png
|
||||
|
||||
When a plugin is active, you can access it in your using ``Engine.get_singleton()``::
|
||||
When a plugin is active, you can access it in your code using ``Engine.get_singleton()``::
|
||||
|
||||
if Engine.has_singleton("MyPlugin"):
|
||||
var singleton = Engine.get_singleton("MyPlugin")
|
||||
|
||||
Reference in New Issue
Block a user