MetaPlatformSDK_ApplicationInviteArray
Inherits: RefCounted
An array of application invites.
Description
An array of MetaPlatformSDK_ApplicationInvites.
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 |
|
Methods
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_ApplicationInvite 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.