ClassDB: Provide the enum name of integer constants
This commit is contained in:
parent
f6c39830cb
commit
32dd9a9f66
107 changed files with 2059 additions and 1894 deletions
|
|
@ -3323,22 +3323,22 @@ void EditorImportExport::_bind_methods() {
|
|||
|
||||
|
||||
|
||||
BIND_CONSTANT( ACTION_NONE );
|
||||
BIND_CONSTANT( ACTION_COPY );
|
||||
BIND_CONSTANT( ACTION_BUNDLE );
|
||||
BIND_ENUM_CONSTANT( ACTION_NONE );
|
||||
BIND_ENUM_CONSTANT( ACTION_COPY );
|
||||
BIND_ENUM_CONSTANT( ACTION_BUNDLE );
|
||||
|
||||
BIND_CONSTANT( EXPORT_SELECTED );
|
||||
BIND_CONSTANT( EXPORT_RESOURCES );
|
||||
BIND_CONSTANT( EXPORT_ALL );
|
||||
BIND_ENUM_CONSTANT( EXPORT_SELECTED );
|
||||
BIND_ENUM_CONSTANT( EXPORT_RESOURCES );
|
||||
BIND_ENUM_CONSTANT( EXPORT_ALL );
|
||||
|
||||
BIND_CONSTANT( IMAGE_ACTION_NONE );
|
||||
BIND_CONSTANT( IMAGE_ACTION_COMPRESS_DISK );
|
||||
BIND_CONSTANT( IMAGE_ACTION_COMPRESS_RAM );
|
||||
BIND_CONSTANT( IMAGE_ACTION_KEEP );
|
||||
BIND_ENUM_CONSTANT( IMAGE_ACTION_NONE );
|
||||
BIND_ENUM_CONSTANT( IMAGE_ACTION_COMPRESS_DISK );
|
||||
BIND_ENUM_CONSTANT( IMAGE_ACTION_COMPRESS_RAM );
|
||||
BIND_ENUM_CONSTANT( IMAGE_ACTION_KEEP );
|
||||
|
||||
BIND_CONSTANT( SCRIPT_ACTION_NONE );
|
||||
BIND_CONSTANT( SCRIPT_ACTION_COMPILE );
|
||||
BIND_CONSTANT( SCRIPT_ACTION_ENCRYPT );
|
||||
BIND_ENUM_CONSTANT( SCRIPT_ACTION_NONE );
|
||||
BIND_ENUM_CONSTANT( SCRIPT_ACTION_COMPILE );
|
||||
BIND_ENUM_CONSTANT( SCRIPT_ACTION_ENCRYPT );
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue