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