onClientGameTypeStart

Parameters

string resourceName
  • resourceName: The name of the resource/gametype that started.

Examples

JavaScript Example:
on('onClientGameTypeStart', (name) => {
   console.log('Map started: ', name);
});