GKTurnBasedExchangeยถ

Inherits: RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Propertiesยถ

float

completion_date

0.0

PackedByteArray

data

PackedByteArray()

String

exchange_id

""

String

message

""

Array

recipients

[]

Array

replies

[]

float

send_date

0.0

GKTurnBasedParticipant

sender

null

int

status

0

float

timeout_date

0.0

Methodsยถ

void

cancel(localizableMessageKey: String, arguments: PackedStringArray, callback: Callable)

void

reply(localizableMessageKey: String, arguments: PackedStringArray, data: PackedByteArray, callback: Callable)


Property Descriptionsยถ

float completion_date = 0.0 ๐Ÿ”—

  • float get_completion_date()

There is currently no description for this property. Please help us by contributing one!


PackedByteArray data = PackedByteArray() ๐Ÿ”—

  • PackedByteArray get_data()

There is currently no description for this property. Please help us by contributing one!

Note: The returned array is copied and any changes to it will not update the original property value. See PackedByteArray for more details.


String exchange_id = "" ๐Ÿ”—

  • String get_exchange_id()

There is currently no description for this property. Please help us by contributing one!


String message = "" ๐Ÿ”—

  • String get_message()

There is currently no description for this property. Please help us by contributing one!


Array recipients = [] ๐Ÿ”—

  • Array get_recipients()

There is currently no description for this property. Please help us by contributing one!


Array replies = [] ๐Ÿ”—

  • Array get_replies()

There is currently no description for this property. Please help us by contributing one!


float send_date = 0.0 ๐Ÿ”—

  • float get_send_date()

There is currently no description for this property. Please help us by contributing one!


GKTurnBasedParticipant sender = null ๐Ÿ”—

There is currently no description for this property. Please help us by contributing one!


int status = 0 ๐Ÿ”—

  • int get_status()

There is currently no description for this property. Please help us by contributing one!


float timeout_date = 0.0 ๐Ÿ”—

  • float get_timeout_date()

There is currently no description for this property. Please help us by contributing one!


Method Descriptionsยถ

void cancel(localizableMessageKey: String, arguments: PackedStringArray, callback: Callable) ๐Ÿ”—

Cancels the exchange using the provided localized message key. Pass arguments as PackedStringArray(["arg1", "arg2"]), or PackedStringArray() if the message has no substitutions.


void reply(localizableMessageKey: String, arguments: PackedStringArray, data: PackedByteArray, callback: Callable) ๐Ÿ”—

Replies to the exchange. Pass arguments as PackedStringArray(["arg1", "arg2"]), or PackedStringArray() if the localized string has no substitutions.