MetaPlatformSDK_ProductArray

Inherits: RefCounted

An array of products.

Description

An array of MetaPlatformSDK_Products.

NOTE: This isn't a Godot Array, but you can loop over it using for x in arr just like a Godot Array.

Properties

String

next_url

""

Methods

MetaPlatformSDK_Product

get_element ( int index ) const

bool

has_next_page ( ) const

int

size ( ) const


Property Descriptions

String next_url = ""

  • String get_next_url ( )

The URL used to request the next page of elements.


Method Descriptions

MetaPlatformSDK_Product get_element ( int index ) const

Returns an element in the array by index.


bool has_next_page ( ) const

Returns true if there is next page of elements.


int size ( ) const

Returns the size of the array.