Move Array:set_typed to internal GDExtension structure.

This commit is contained in:
bruvzg
2023-01-24 19:55:02 +02:00
parent 0f3a0913f1
commit 40d3cfd97b
5 changed files with 1635 additions and 1712 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -551,6 +551,7 @@ typedef struct {
GDExtensionVariantPtr (*array_operator_index)(GDExtensionTypePtr p_self, GDExtensionInt p_index); // p_self should be an Array ptr
GDExtensionVariantPtr (*array_operator_index_const)(GDExtensionConstTypePtr p_self, GDExtensionInt p_index); // p_self should be an Array ptr
void (*array_set_typed)(GDExtensionTypePtr p_self, uint32_t p_type, GDExtensionConstStringNamePtr p_class_name, GDExtensionConstVariantPtr p_script); // p_self should be an Array ptr
/* Dictionary functions */