mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Merge pull request #10992 from wjt/push-lxwsmntzmvxp
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