BlockEngine
Index
Namespaces
Classes
Functions
Functions
getGameVersion
Returns number[]
getMainGameVersion
Returns number
main game version number
sendMessage
Sends packet with message which will be translated by the client, the message can be parametrized using '%s' symbols as placeholders.
Parameters
client: NetworkClient
receiver client
message: string
unlocalized string
rest...params: string[]
array of unlocalized substrings that will be substituted into the message after translation
Returns void
sendUnlocalizedMessage
Sends packet with message which will be translated by the client.
That feature is obsoleteUse sendMessage instead.
Parameters
client: NetworkClient
rest...texts: string[]
Returns void
game version as array