enum Godot::PropertyUsageFlags

Overview

Godot PropertyUsageFlags global enum.

Defined in:

libgodot/generated/global_enums.cr

Enum Members

PropertyUsageNone = 0_i64
PropertyUsageStorage = 2_i64
PropertyUsageEditor = 4_i64
PropertyUsageInternal = 8_i64
PropertyUsageCheckable = 16_i64
PropertyUsageChecked = 32_i64
PropertyUsageGroup = 64_i64
PropertyUsageCategory = 128_i64
PropertyUsageSubgroup = 256_i64
PropertyUsageClassIsBitfield = 512_i64
PropertyUsageNoInstanceState = 1024_i64
PropertyUsageRestartIfChanged = 2048_i64
PropertyUsageScriptVariable = 4096_i64
PropertyUsageStoreIfNull = 8192_i64
PropertyUsageUpdateAllIfModified = 16384_i64
PropertyUsageScriptDefaultValue = 32768_i64
PropertyUsageClassIsEnum = 65536_i64
PropertyUsageNilIsVariant = 131072_i64
PropertyUsageArray = 262144_i64
PropertyUsageAlwaysDuplicate = 524288_i64
PropertyUsageNeverDuplicate = 1048576_i64
PropertyUsageHighEndGfx = 2097152_i64
PropertyUsageNodePathFromSceneRoot = 4194304_i64
PropertyUsageResourceNotPersistent = 8388608_i64
PropertyUsageKeyingIncrements = 16777216_i64
PropertyUsageDeferredSetResource = 33554432_i64
PropertyUsageEditorInstantiateObject = 67108864_i64
PropertyUsageEditorBasicSetting = 134217728_i64
PropertyUsageReadOnly = 268435456_i64
PropertyUsageSecret = 536870912_i64
PropertyUsageDefault = 6_i64
PropertyUsageNoEditor = 2_i64

Instance Method Summary

Instance Method Detail

def property_usage_always_duplicate? #

Returns true if this enum value equals PropertyUsageAlwaysDuplicate


[View source]
def property_usage_array? #

Returns true if this enum value equals PropertyUsageArray


[View source]
def property_usage_category? #

Returns true if this enum value equals PropertyUsageCategory


[View source]
def property_usage_checkable? #

Returns true if this enum value equals PropertyUsageCheckable


[View source]
def property_usage_checked? #

Returns true if this enum value equals PropertyUsageChecked


[View source]
def property_usage_class_is_bitfield? #

Returns true if this enum value equals PropertyUsageClassIsBitfield


[View source]
def property_usage_class_is_enum? #

Returns true if this enum value equals PropertyUsageClassIsEnum


[View source]
def property_usage_default? #

Returns true if this enum value equals PropertyUsageDefault


[View source]
def property_usage_deferred_set_resource? #

Returns true if this enum value equals PropertyUsageDeferredSetResource


[View source]
def property_usage_editor? #

Returns true if this enum value equals PropertyUsageEditor


[View source]
def property_usage_editor_basic_setting? #

Returns true if this enum value equals PropertyUsageEditorBasicSetting


[View source]
def property_usage_editor_instantiate_object? #

Returns true if this enum value equals PropertyUsageEditorInstantiateObject


[View source]
def property_usage_group? #

Returns true if this enum value equals PropertyUsageGroup


[View source]
def property_usage_high_end_gfx? #

Returns true if this enum value equals PropertyUsageHighEndGfx


[View source]
def property_usage_internal? #

Returns true if this enum value equals PropertyUsageInternal


[View source]
def property_usage_keying_increments? #

Returns true if this enum value equals PropertyUsageKeyingIncrements


[View source]
def property_usage_never_duplicate? #

Returns true if this enum value equals PropertyUsageNeverDuplicate


[View source]
def property_usage_nil_is_variant? #

Returns true if this enum value equals PropertyUsageNilIsVariant


[View source]
def property_usage_no_editor? #

Returns true if this enum value equals PropertyUsageNoEditor


[View source]
def property_usage_no_instance_state? #

Returns true if this enum value equals PropertyUsageNoInstanceState


[View source]
def property_usage_node_path_from_scene_root? #

Returns true if this enum value equals PropertyUsageNodePathFromSceneRoot


[View source]
def property_usage_none? #

Returns true if this enum value equals PropertyUsageNone


[View source]
def property_usage_read_only? #

Returns true if this enum value equals PropertyUsageReadOnly


[View source]
def property_usage_resource_not_persistent? #

Returns true if this enum value equals PropertyUsageResourceNotPersistent


[View source]
def property_usage_restart_if_changed? #

Returns true if this enum value equals PropertyUsageRestartIfChanged


[View source]
def property_usage_script_default_value? #

Returns true if this enum value equals PropertyUsageScriptDefaultValue


[View source]
def property_usage_script_variable? #

Returns true if this enum value equals PropertyUsageScriptVariable


[View source]
def property_usage_secret? #

Returns true if this enum value equals PropertyUsageSecret


[View source]
def property_usage_storage? #

Returns true if this enum value equals PropertyUsageStorage


[View source]
def property_usage_store_if_null? #

Returns true if this enum value equals PropertyUsageStoreIfNull


[View source]
def property_usage_subgroup? #

Returns true if this enum value equals PropertyUsageSubgroup


[View source]
def property_usage_update_all_if_modified? #

Returns true if this enum value equals PropertyUsageUpdateAllIfModified


[View source]