Replace remaining uses of shorthand codeblock syntax, add CI check

This commit is contained in:
Danil Alexeev
2025-06-23 00:28:55 +03:00
committed by skyace65
parent c2d94e2db9
commit 3946ede7aa
22 changed files with 243 additions and 120 deletions

View File

@@ -22,7 +22,9 @@ 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 code 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")