mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Fix references
This commit is contained in:
@@ -95,7 +95,7 @@ name.
|
||||
|
||||
There are two systems for registering types...
|
||||
|
||||
- `Custom Types <doc_making_plugins>`
|
||||
- :ref:`Custom Types <doc_making_plugins>`
|
||||
|
||||
- Editor-only. Typenames are not accessible at runtime.
|
||||
|
||||
@@ -112,7 +112,7 @@ There are two systems for registering types...
|
||||
|
||||
- Set up using :ref:`EditorPlugin.add_custom_type <class_EditorPlugin_method_add_custom_type>`.
|
||||
|
||||
- `Script Classes <https://godot.readthedocs.io/en/latest/getting_started/step_by_step/scripting_continued.html#register-scripts-as-classes>`_
|
||||
- :ref:`Script Classes <doc_scripting_continued_class_name>`
|
||||
|
||||
- Editor and runtime accessible.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user