Skip to content

Instantly share code, notes, and snippets.

@new-guy
Created August 24, 2015 19:38
Show Gist options
  • Save new-guy/e7947277827da1a3b59e to your computer and use it in GitHub Desktop.
Save new-guy/e7947277827da1a3b59e to your computer and use it in GitHub Desktop.
function (firstArg, secondArg) {
var $__2 = utils.fetchXYArguments(firstArg, secondArg, globals),
x = $__2[0],
y = $__2[1],
roomName = $__2[2];
return x == this.x && y == this.y && (!roomName || roomName == this.roomName);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment