MethodFlags Enumeration |
[Missing <summary> documentation for "T:Godot.MethodFlags"]
Namespace: Godot
public enum MethodFlags
Member name | Value | Description | |
---|---|---|---|
Normal | 1 | Flag for a normal method. | |
Editor | 2 | Flag for an editor method. | |
Noscript | 4 | Deprecated method flag, unused. | |
Const | 8 | Flag for a constant method. | |
Reverse | 16 | Deprecated method flag, unused. | |
Virtual | 32 | Flag for a virtual method. | |
FromScript | 64 | Deprecated method flag, unused. | |
Default | 1 | Default method flags. |