- GDExtensionBoolalias GDExtensionBool = uint8_t 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionCallErrorTypealias GDExtensionCallErrorType = int 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassCallVirtualalias GDExtensionClassCallVirtual = void function(GDExtensionClassInstancePtr p_instance, const GDExtensionTypePtr* p_args, GDExtensionTypePtr r_ret) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassConstructoralias GDExtensionClassConstructor = GDExtensionObjectPtr function() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassCreateInstancealias GDExtensionClassCreateInstance = GDExtensionObjectPtr function(void* p_userdata) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassFreeInstancealias GDExtensionClassFreeInstance = void function(void* p_userdata, GDExtensionClassInstancePtr p_instance) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassFreePropertyListalias GDExtensionClassFreePropertyList = void function(GDExtensionClassInstancePtr p_instance, const GDExtensionPropertyInfo* p_list) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassGetalias GDExtensionClassGet = GDExtensionBool function(GDExtensionClassInstancePtr p_instance, const GDExtensionStringNamePtr p_name, GDExtensionVariantPtr r_ret) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassGetPropertyListalias GDExtensionClassGetPropertyList = GDExtensionPropertyInfo* function(GDExtensionClassInstancePtr p_instance, uint32_t* r_count) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassGetRIDalias GDExtensionClassGetRID = uint64_t function(GDExtensionClassInstancePtr p_instance) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassGetVirtualalias GDExtensionClassGetVirtual = GDExtensionClassCallVirtual function(void* p_userdata, const GDExtensionStringNamePtr p_name) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassInstancePtralias GDExtensionClassInstancePtr = void* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassLibraryPtralias GDExtensionClassLibraryPtr = void* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassMethodArgumentMetadataalias GDExtensionClassMethodArgumentMetadata = int 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassMethodCallalias GDExtensionClassMethodCall = void function(void* method_userdata, GDExtensionClassInstancePtr p_instance, const(GDExtensionVariantPtr)* p_args, GDExtensionInt p_argument_count, GDExtensionVariantPtr r_return, GDExtensionCallError* r_error) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassMethodFlagsalias GDExtensionClassMethodFlags = int 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassMethodGetArgumentInfoalias GDExtensionClassMethodGetArgumentInfo = void function(void* p_method_userdata, int32_t p_argument, GDExtensionPropertyInfo* r_info) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassMethodGetArgumentMetadataalias GDExtensionClassMethodGetArgumentMetadata = GDExtensionClassMethodArgumentMetadata function(void* p_method_userdata, int32_t p_argument) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassMethodGetArgumentTypealias GDExtensionClassMethodGetArgumentType = GDExtensionVariantType function(void* p_method_userdata, int32_t p_argument) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassMethodPtrCallalias GDExtensionClassMethodPtrCall = void function(void* method_userdata, GDExtensionClassInstancePtr p_instance, const(GDExtensionTypePtr)* p_args, GDExtensionTypePtr r_ret) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassNotificationalias GDExtensionClassNotification = void function(GDExtensionClassInstancePtr p_instance, int32_t p_what) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassPropertyCanRevertalias GDExtensionClassPropertyCanRevert = GDExtensionBool function(GDExtensionClassInstancePtr p_instance, const GDExtensionStringNamePtr p_name) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassPropertyGetRevertalias GDExtensionClassPropertyGetRevert = GDExtensionBool function(GDExtensionClassInstancePtr p_instance, const GDExtensionStringNamePtr p_name, GDExtensionVariantPtr r_ret) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassReferencealias GDExtensionClassReference = void function(GDExtensionClassInstancePtr p_instance) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassSetalias GDExtensionClassSet = GDExtensionBool function(GDExtensionClassInstancePtr p_instance, const GDExtensionStringNamePtr p_name, const GDExtensionVariantPtr p_value) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassToStringalias GDExtensionClassToString = void function(GDExtensionClassInstancePtr p_instance, GDExtensionBool* r_is_valid, GDExtensionStringPtr p_out) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionClassUnreferencealias GDExtensionClassUnreference = void function(GDExtensionClassInstancePtr p_instance) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionConstObjectPtralias GDExtensionConstObjectPtr = const(void)* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionConstRefPtralias GDExtensionConstRefPtr = const(void)* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionConstStringNamePtralias GDExtensionConstStringNamePtr = const(void)* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionConstStringPtralias GDExtensionConstStringPtr = const(void)* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionConstTypePtralias GDExtensionConstTypePtr = const(void)* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionConstVariantPtralias GDExtensionConstVariantPtr = const(void)* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionInitializationFunctionalias GDExtensionInitializationFunction = GDExtensionBool function(const GDExtensionInterface* p_interface, const GDExtensionClassLibraryPtr p_library, GDExtensionInitialization* r_initialization) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionInitializationLevelalias GDExtensionInitializationLevel = int 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionInstanceBindingCreateCallbackalias GDExtensionInstanceBindingCreateCallback = void* function(void* p_token, void* p_instance) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionInstanceBindingFreeCallbackalias GDExtensionInstanceBindingFreeCallback = void function(void* p_token, void* p_instance, void* p_binding) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionInstanceBindingReferenceCallbackalias GDExtensionInstanceBindingReferenceCallback = GDExtensionBool function(void* p_token, void* p_binding, GDExtensionBool p_reference) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionIntalias GDExtensionInt = int64_t 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionMethodBindPtralias GDExtensionMethodBindPtr = const(void)* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionObjectPtralias GDExtensionObjectPtr = void* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionPtrBuiltInMethodalias GDExtensionPtrBuiltInMethod = void function(GDExtensionTypePtr p_base, const GDExtensionTypePtr* p_args, GDExtensionTypePtr r_return, int p_argument_count) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionPtrConstructoralias GDExtensionPtrConstructor = void function(GDExtensionTypePtr p_base, const GDExtensionTypePtr* p_args) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionPtrDestructoralias GDExtensionPtrDestructor = void function(GDExtensionTypePtr p_base) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionPtrGetteralias GDExtensionPtrGetter = void function(const GDExtensionTypePtr p_base, GDExtensionTypePtr r_value) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionPtrIndexedGetteralias GDExtensionPtrIndexedGetter = void function(const GDExtensionTypePtr p_base, GDExtensionInt p_index, GDExtensionTypePtr r_value) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionPtrIndexedSetteralias GDExtensionPtrIndexedSetter = void function(GDExtensionTypePtr p_base, GDExtensionInt p_index, const GDExtensionTypePtr p_value) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionPtrKeyedCheckeralias GDExtensionPtrKeyedChecker = uint32_t function(const GDExtensionVariantPtr p_base, const GDExtensionVariantPtr p_key) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionPtrKeyedGetteralias GDExtensionPtrKeyedGetter = void function(const GDExtensionTypePtr p_base, const GDExtensionTypePtr p_key, GDExtensionTypePtr r_value) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionPtrKeyedSetteralias GDExtensionPtrKeyedSetter = void function(GDExtensionTypePtr p_base, const GDExtensionTypePtr p_key, const GDExtensionTypePtr p_value) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionPtrOperatorEvaluatoralias GDExtensionPtrOperatorEvaluator = void function(const GDExtensionTypePtr p_left, const GDExtensionTypePtr p_right, GDExtensionTypePtr r_result) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionPtrSetteralias GDExtensionPtrSetter = void function(GDExtensionTypePtr p_base, const GDExtensionTypePtr p_value) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionPtrUtilityFunctionalias GDExtensionPtrUtilityFunction = void function(GDExtensionTypePtr r_return, const GDExtensionTypePtr* p_arguments, int p_argument_count) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionRefPtralias GDExtensionRefPtr = void* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstanceCallalias GDExtensionScriptInstanceCall = void function(GDExtensionScriptInstanceDataPtr p_self, const GDExtensionStringNamePtr p_method, const GDExtensionVariantPtr* p_args, const GDExtensionInt p_argument_count, GDExtensionVariantPtr r_return, GDExtensionCallError* r_error) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstanceDataPtralias GDExtensionScriptInstanceDataPtr = void* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstanceFreealias GDExtensionScriptInstanceFree = void function(GDExtensionScriptInstanceDataPtr p_instance) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstanceFreeMethodListalias GDExtensionScriptInstanceFreeMethodList = void function(GDExtensionScriptInstanceDataPtr p_instance, const GDExtensionMethodInfo* p_list) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstanceFreePropertyListalias GDExtensionScriptInstanceFreePropertyList = void function(GDExtensionScriptInstanceDataPtr p_instance, const GDExtensionPropertyInfo* p_list) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstanceGetalias GDExtensionScriptInstanceGet = GDExtensionBool function(GDExtensionScriptInstanceDataPtr p_instance, const GDExtensionStringNamePtr p_name, GDExtensionVariantPtr r_ret) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstanceGetLanguagealias GDExtensionScriptInstanceGetLanguage = GDExtensionScriptLanguagePtr function(GDExtensionScriptInstanceDataPtr p_instance) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstanceGetMethodListalias GDExtensionScriptInstanceGetMethodList = GDExtensionMethodInfo function(GDExtensionScriptInstanceDataPtr p_instance, uint32_t* r_count) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstanceGetOwneralias GDExtensionScriptInstanceGetOwner = GDExtensionObjectPtr function(GDExtensionScriptInstanceDataPtr p_instance) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstanceGetPropertyListalias GDExtensionScriptInstanceGetPropertyList = GDExtensionPropertyInfo function(GDExtensionScriptInstanceDataPtr p_instance, uint32_t* r_count) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstanceGetPropertyStatealias GDExtensionScriptInstanceGetPropertyState = void function(GDExtensionScriptInstanceDataPtr p_instance, GDExtensionScriptInstancePropertyStateAdd p_add_func, void* p_userdata) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstanceGetPropertyTypealias GDExtensionScriptInstanceGetPropertyType = GDExtensionVariantType function(GDExtensionScriptInstanceDataPtr p_instance, const GDExtensionStringNamePtr p_name, GDExtensionBool* r_is_valid) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstanceGetScriptalias GDExtensionScriptInstanceGetScript = GDExtensionObjectPtr function(GDExtensionScriptInstanceDataPtr p_instance) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstanceHasMethodalias GDExtensionScriptInstanceHasMethod = GDExtensionBool function(GDExtensionScriptInstanceDataPtr p_instance, const GDExtensionStringNamePtr p_name) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstanceIsPlaceholderalias GDExtensionScriptInstanceIsPlaceholder = GDExtensionBool function(GDExtensionScriptInstanceDataPtr p_instance) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstanceNotificationalias GDExtensionScriptInstanceNotification = void function(GDExtensionScriptInstanceDataPtr p_instance, int32_t p_what) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstancePropertyCanRevertalias GDExtensionScriptInstancePropertyCanRevert = GDExtensionBool function(GDExtensionScriptInstanceDataPtr p_instance, const GDExtensionStringNamePtr p_name) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstancePropertyGetRevertalias GDExtensionScriptInstancePropertyGetRevert = GDExtensionBool function(GDExtensionScriptInstanceDataPtr p_instance, const GDExtensionStringNamePtr p_name, GDExtensionVariantPtr r_ret) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstancePropertyStateAddalias GDExtensionScriptInstancePropertyStateAdd = void function(const GDExtensionStringNamePtr p_name, const GDExtensionVariantPtr p_value, void* p_userdata) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstancePtralias GDExtensionScriptInstancePtr = void* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstanceRefCountDecrementedalias GDExtensionScriptInstanceRefCountDecremented = GDExtensionBool function(GDExtensionScriptInstanceDataPtr p_instance) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstanceRefCountIncrementedalias GDExtensionScriptInstanceRefCountIncremented = void function(GDExtensionScriptInstanceDataPtr p_instance) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstanceSetalias GDExtensionScriptInstanceSet = GDExtensionBool function(GDExtensionScriptInstanceDataPtr p_instance, const GDExtensionStringNamePtr p_name, const GDExtensionVariantPtr p_value) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptInstanceToStringalias GDExtensionScriptInstanceToString = void function(GDExtensionScriptInstanceDataPtr p_instance, GDExtensionBool* r_is_valid, GDExtensionStringPtr r_out) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionScriptLanguagePtralias GDExtensionScriptLanguagePtr = void* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionStringNamePtralias GDExtensionStringNamePtr = void* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionStringPtralias GDExtensionStringPtr = void* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionTypeFromVariantConstructorFuncalias GDExtensionTypeFromVariantConstructorFunc = void function(GDExtensionTypePtr, GDExtensionVariantPtr) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionTypePtralias GDExtensionTypePtr = void* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionVariantFromTypeConstructorFuncalias GDExtensionVariantFromTypeConstructorFunc = void function(GDExtensionVariantPtr, GDExtensionTypePtr) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionVariantOperatoralias GDExtensionVariantOperator = int 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionVariantPtralias GDExtensionVariantPtr = void* 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDExtensionVariantTypealias GDExtensionVariantType = int 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- GDObjectInstanceIDalias GDObjectInstanceID = uint64_t 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.