FunctionsClubCardMessageSendClubCardMessageSend CallableClubCardMessageSend(message: ClubCardMessage, Push?: boolean): voidSends a message to the render log and synchronizes it with other players. This method is used for immediate messages and for sending processed messages from storage.Parametersmessage: ClubCardMessageThe message object to be sentPush: boolean = trueWhether to send the message to other playersReturns void
Sends a message to the render log and synchronizes it with other players. This method is used for immediate messages and for sending processed messages from storage.