FunctionsChatRoomMapViewIsWallChatRoomMapViewIsWall CallableChatRoomMapViewIsWall(X: number, Y: number): booleanReturns TRUE if the X and Y coordinates is a wall tile, if out of bound we also return TRUEParametersX: numberThe X position on the mapY: numberThe Y position on the mapReturns booleanTRUE if it's a wall
Returns TRUE if the X and Y coordinates is a wall tile, if out of bound we also return TRUE