diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-20 23:59:07 +0100 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-20 23:59:07 +0100 |
| commit | 9891aea85e7aab4dc6d47c61451033ecf2ef8cdb (patch) | |
| tree | 42860703c27373a2bda071e303ba13ca2cddcab8 /modules/gdscript/doc_classes/GDScript.xml | |
| parent | 34851764a73f46799b5a24a690f9df5e5db05a01 (diff) | |
| parent | 7e5c2f945dbb17e01fb6d1b6215ba4f176232785 (diff) | |
| download | redot-engine-9891aea85e7aab4dc6d47c61451033ecf2ef8cdb.tar.gz | |
Merge pull request #71752 from vnen/no-gdc-export
Remove references to compiled GDScript in export
Diffstat (limited to 'modules/gdscript/doc_classes/GDScript.xml')
| -rw-r--r-- | modules/gdscript/doc_classes/GDScript.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/gdscript/doc_classes/GDScript.xml b/modules/gdscript/doc_classes/GDScript.xml index 8246c96c15..1a102bd16f 100644 --- a/modules/gdscript/doc_classes/GDScript.xml +++ b/modules/gdscript/doc_classes/GDScript.xml @@ -11,12 +11,6 @@ <link title="GDScript documentation index">$DOCS_URL/tutorials/scripting/gdscript/index.html</link> </tutorials> <methods> - <method name="get_as_byte_code" qualifiers="const"> - <return type="PackedByteArray" /> - <description> - Returns byte code for the script source code. - </description> - </method> <method name="new" qualifiers="vararg"> <return type="Variant" /> <description> |
