Skip to content
Wolfyxon edited this page Jun 24, 2023 · 4 revisions

Welcome to the godot-BetterEditorPlugin wiki!

Here you can find some tutorials and examples of the usage of the class. However not everything is documented since all the methods contain descriptions that can be accesses with Search Help in the Godot script editor. Only complex things will be documented.
We are trying to document as much as possible, so even the new Godot users will be able to easily understand this class.

Guide to the wiki

Style and formatting

Functions

If you are unfamiliar with the UNIX argument convention, here's how it works:

  • <required argument>
  • [optional argument]

We use this format to describe function usage. We also include the argument value type after :: [some argument:type].

Full example
send_message(<message:String>, [attachments:Array])