class_pluginscript.rst 941 B

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