2
0

class_pluginscript.rst 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/3.6/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/3.6/modules/gdnative/doc_classes/PluginScript.xml.
  6. .. _class_PluginScript:
  7. PluginScript
  8. ============
  9. **Inherits:** :ref:`Script<class_Script>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  10. .. container:: contribute
  11. There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  12. .. rst-class:: classref-reftable-group
  13. Methods
  14. -------
  15. .. table::
  16. :widths: auto
  17. +-------------------------------+--------------------------------------------------------------------+
  18. | :ref:`Variant<class_Variant>` | :ref:`new<class_PluginScript_method_new>` **(** ... **)** |vararg| |
  19. +-------------------------------+--------------------------------------------------------------------+
  20. .. rst-class:: classref-section-separator
  21. ----
  22. .. rst-class:: classref-descriptions-group
  23. Method Descriptions
  24. -------------------
  25. .. _class_PluginScript_method_new:
  26. .. rst-class:: classref-method
  27. :ref:`Variant<class_Variant>` **new** **(** ... **)** |vararg|
  28. Returns a new instance of the script.
  29. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  30. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  31. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  32. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`