Hello,
I'm trying get platform and version to connected users. But log is blank. getPlatform and getVersion not working on event.on clientMove.
I'm trying get platform and version to connected users. But log is blank. getPlatform and getVersion not working on event.on clientMove.
Code:
event.on('clientMove', function (ev)
{
if (ev.fromChannel == undefined)
{
engine.log(ev.client.getPlatform());
engine.log(ev.client.getVersion());
}
});