GKTurnBasedExchangeยถ
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Propertiesยถ
float |
|
|
PackedByteArray |
|
|
String |
|
|
String |
|
|
Array |
|
|
Array |
|
|
float |
|
|
|
||
int |
|
|
float |
|
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 ๐
GKTurnBasedParticipant get_sender()
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.