GDExtensionInterfaceDictionaryOperatorIndex typedef
GDExtensionInterfaceDictionaryOperatorIndex = Pointer<NativeFunction<GDExtensionInterfaceDictionaryOperatorIndexFunction> >
@name dictionary_operator_index @since 4.1
Gets a pointer to a Variant in a Dictionary with the given key.
@param p_self A pointer to a Dictionary object. @param p_key A pointer to a Variant representing the key.
@return A pointer to a Variant representing the value at the given key.
Implementation
typedef GDExtensionInterfaceDictionaryOperatorIndex =
ffi.Pointer<
ffi.NativeFunction<GDExtensionInterfaceDictionaryOperatorIndexFunction>
>;