mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Add classes ref generated by makerst.py
This commit is contained in:
37
classes/class_gdscript.rst
Normal file
37
classes/class_gdscript.rst
Normal file
@@ -0,0 +1,37 @@
|
||||
.. _class_GDScript:
|
||||
|
||||
GDScript
|
||||
========
|
||||
|
||||
Inherits: :ref:`Script<class_script>`
|
||||
-------------------------------------
|
||||
|
||||
Category: Core
|
||||
--------------
|
||||
|
||||
Brief Description
|
||||
-----------------
|
||||
|
||||
|
||||
|
||||
Member Functions
|
||||
----------------
|
||||
|
||||
+----------------------------------+-----------------------------------------------------------------------------+
|
||||
| void | :ref:`new<class_GDScript_new>` **(** **)** |
|
||||
+----------------------------------+-----------------------------------------------------------------------------+
|
||||
| :ref:`RawArray<class_rawarray>` | :ref:`get_as_byte_code<class_GDScript_get_as_byte_code>` **(** **)** const |
|
||||
+----------------------------------+-----------------------------------------------------------------------------+
|
||||
|
||||
Member Function Description
|
||||
---------------------------
|
||||
|
||||
.. _class_GDScript_new:
|
||||
|
||||
- void **new** **(** **)**
|
||||
|
||||
.. _class_GDScript_get_as_byte_code:
|
||||
|
||||
- :ref:`RawArray<class_rawarray>` **get_as_byte_code** **(** **)** const
|
||||
|
||||
|
||||
Reference in New Issue
Block a user