MetaPlatformSDK_BillingPlanArray

Inherits: RefCounted

An array of billing plans.

Description

An array of MetaPlatformSDK_BillingPlans.

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

Methods

MetaPlatformSDK_BillingPlan

get_element ( int index ) const

int

size ( ) const


Method Descriptions

MetaPlatformSDK_BillingPlan get_element ( int index ) const

Returns an element in the array by index.


int size ( ) const

Returns the size of the array.