mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
-Added method flags to global constants for script
-Added a new flag METHOD_FLAG_FROM_SCRIPT to get_method_list() flag property. Closes #3489
This commit is contained in:
@@ -50,6 +50,7 @@ enum MethodFlags {
|
||||
METHOD_FLAG_CONST=8,
|
||||
METHOD_FLAG_REVERSE=16, // used for events
|
||||
METHOD_FLAG_VIRTUAL=32,
|
||||
METHOD_FLAG_FROM_SCRIPT=64,
|
||||
METHOD_FLAGS_DEFAULT=METHOD_FLAG_NORMAL,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user