mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 16:28:59 +00:00
Update contributing/development/core_and_modules/object_class.rst
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
This commit is contained in:
co-authored by
A Thousand Ships
parent
bb17829d9b
commit
0c10476a1d
@@ -53,7 +53,7 @@ Classes are registered by calling:
|
||||
Registering it will allow the class to be instanced by scripts, code, or
|
||||
creating them again when deserializing.
|
||||
|
||||
Registering as virtual is the same, but it can't be instanced.
|
||||
Registering as virtual is the same but it can't be instanced.
|
||||
|
||||
.. code-block:: cpp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user