Table of Contents

Enum MethodFlags

Namespace
Godot
Assembly
GodotSharp.dll
[Flags]
public enum MethodFlags : long

Fields

Const = 4

Flag for a constant method.

Default = 1

Default method flags (normal).

Editor = 2

Flag for an editor method.

Normal = 1

Flag for a normal method.

ObjectCore = 64

Used internally. Allows to not dump core virtual methods (such as _Notification(int)) to the JSON API.

Static = 32

Flag for a static method.

Vararg = 16

Flag for a method with a variable number of arguments.

Virtual = 8

Flag for a virtual method.