2
0

class_pluginscript.rst 955 B

12345678910111213141516171819202122232425262728293031323334
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the PluginScript.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_PluginScript:
  5. PluginScript
  6. ============
  7. **Inherits:** :ref:`Script<class_Script>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Methods
  12. -------
  13. +-----------------------------+--------------------------------------------------------------+
  14. | :ref:`Object<class_Object>` | :ref:`new<class_PluginScript_method_new>` **(** **)** vararg |
  15. +-----------------------------+--------------------------------------------------------------+
  16. Method Descriptions
  17. -------------------
  18. .. _class_PluginScript_method_new:
  19. - :ref:`Object<class_Object>` **new** **(** **)** vararg
  20. Returns a new instance of the script.